Skip to content

Package: SSPAuswahl

SSPAuswahl

nameinstructionbranchcomplexitylinemethod
static {...}
M: 34 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 4 C: 0
0%
M: 1 C: 0
0%

Coverage

1: package de.schereSteinPapier.domain;
2:
3: /**
4: * enum zur Auswahl.
5: */
6: public enum SSPAuswahl {
7:
8:
9: /**
10: * enum zur Auswahl.
11: */
12: SCHERE,
13: /**
14: * enum zur Auswahl.
15: */
16: STEIN,
17: /**
18: * enum zur Auswahl.
19: */
20: PAPIER;
21:
22: // private String schere;
23: // private String stein;
24: // private String papier;
25: // SSPAuswahl(String schereeee, String steeeein, String papieeer) {
26: // this.schere = schereeee;
27: // this.stein = steeeein;
28: // this.stein = papieeer;
29: // }
30: }