Condition Coverage

blib/lib/Traveller/System/Classic/MPTS.pm
Criterion Covered Total %
condition 0 63 0.0


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 $self->atmosphere >= 4 and $self->atmosphere <= 9
0 0 0 $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4
0 0 0 $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8
0 0 0 $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8 and $self->population >= 5
0 0 0 $self->atmosphere >= 4 and $self->atmosphere <= 9 and $self->hydro >= 4 and $self->hydro <= 8 and $self->population >= 5 and $self->population <= 7
26 0 0 0 $self->size == 0 and $self->atmosphere == 0
0 0 0 $self->size == 0 and $self->atmosphere == 0 and $self->hydro == 0
29 0 0 0 $self->population == 0 and $self->government == 0
0 0 0 $self->population == 0 and $self->government == 0 and $self->law == 0
32 0 0 0 $self->atmosphere >= 2 and $self->hydro == 0
33 0 0 0 $self->atmosphere =~ /^[ABC]$/u and $self->hydro >= 1
36 0 0 0 $self->atmosphere <= 1 and $self->hydro >= 1
37 0 0 0 $self->atmosphere =~ /^[012479]$/u and $self->population >= 9
39 0 0 0 $self->atmosphere <= 3 and $self->hydro <= 3
0 0 0 $self->atmosphere <= 3 and $self->hydro <= 3 and $self->population >= 6
42 0 0 0 $self->atmosphere >= 2 and $self->atmosphere <= 5
0 0 0 $self->atmosphere >= 2 and $self->atmosphere <= 5 and $self->hydro <= 3
44 0 0 0 $self->atmosphere =~ /^[68]$/u and $self->population >= 6
0 0 0 $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8
0 0 0 $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 and $self->government >= 4
0 0 0 $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 and $self->government >= 4 and $self->government <= 9