Branch Coverage

blib/lib/Traveller/System/Classic/MPTS.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
23 0 0 if $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 if $self->size == 0 and $self->atmosphere == 0 and $self->hydro == 0
29 0 0 if $self->population == 0 and $self->government == 0 and $self->law == 0
32 0 0 if $self->atmosphere >= 2 and $self->hydro == 0
33 0 0 if $self->atmosphere =~ /^[ABC]$/u and $self->hydro >= 1
35 0 0 if $self->population >= 9
36 0 0 if $self->atmosphere <= 1 and $self->hydro >= 1
37 0 0 if $self->atmosphere =~ /^[012479]$/u and $self->population >= 9
38 0 0 if $self->population <= 3
39 0 0 if $self->atmosphere <= 3 and $self->hydro <= 3 and $self->population >= 6
41 0 0 if $self->population <= 6
42 0 0 if $self->atmosphere >= 2 and $self->atmosphere <= 5 and $self->hydro <= 3
44 0 0 if $self->atmosphere =~ /^[68]$/u and $self->population >= 6 and $self->population <= 8 and $self->government >= 4 and $self->government <= 9
47 0 0 if $self->atmosphere == 0
48 0 0 if $self->hydro == 10