Skip to content

Package: StatCalcEmptyListException

StatCalcEmptyListException

nameinstructionbranchcomplexitylinemethod
StatCalcEmptyListException()
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

1: package statistik;
2:
3: /**
4: * Wird geworfen, wenn eine leere Liste als Parameter eingegeben wird.
5: */
6: public class StatCalcEmptyListException extends Exception {
7:         
8:         private static final long serialVersionUID = 1L;
9:         
10: }