Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 $self->size >= 2 and $self->size <= 4
79 0 0 0 $self->population >= 1 and $self->population <= 5
98 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
101 0 0 0 $self->atmosphere >= 2 and $self->atmosphere <= 5
0 0 0 $self->atmosphere >= 2 and $self->atmosphere <= 5 and $self->hydro <= 3
103 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
106 0 0 0 $self->atmosphere <= 3 and $self->hydro <= 3
0 0 0 $self->atmosphere <= 3 and $self->hydro <= 3 and $self->population >= 6
108 0 0 0 $self->atmosphere =~ /^[012479]$/u and $self->population >= 9
111 0 0 0 $self->atmosphere >= 2 and $self->hydro == 0
114 0 0 0 $self->atmosphere <= 1 and $self->hydro >= 1
121 0 0 0 defined $num && $num =~ /^\d{1,2}$/u

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $self->atmosphere <= 1 or $self->atmosphere >= 10
76 0 0 0 $self->atmosphere <= 3 or $self->atmosphere >= 10
82 0 0 0 $self->government == 0 or $self->government == 5
121 0 0 0 not defined $num && $num =~ /^\d{1,2}$/u or $num >= length $code