Condition Coverage

blib/lib/Games/RolePlay/MapGen/Generator/Basic.pm
Criterion Covered Total %
condition 39 42 92.8


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 32 $x > 0 and $y > 0
41 481 435 106 $$tile{'od'}{'e'} and $$tile{'od'}{'s'}
46 84 12 10 $$ur{'od'}{'s'} and $$ll{'od'}{'e'}
29 48 19 (my $um = $ur)->{'od'}{'e'} and $$ll{'od'}{'e'}
23 44 10 (my $ml = $ll)->{'od'}{'s'} and $$ur{'od'}{'s'}
63 4 7 8 $$lm{'od'}{'e'} and $$ur{'od'}{'s'}
84 7 1 2 $$ll{'od'}{'e'} and $$mr{'od'}{'s'}
162 253 221 55 $$g{'lsize'} == 6 and $$g{'_rd_all'} == 4
213 93 10 16 $x == $xmin and $$tile{'od'}{'w'}
214 82 29 8 $y == $ymin and $$tile{'od'}{'n'}
215 85 18 16 $x == $xmax and $$tile{'od'}{'e'}
216 89 13 17 $y == $ymax and $$tile{'od'}{'s'}

or 3 conditions

line l !l&&r !l&&!r condition
180 30 95 4203 not defined $lowest_score or $score < $lowest_score
212 71 48 0 $$tile{'type'} eq 'corridor' or $$tile{'type'} eq 'pseudo'