blib/lib/Games/RolePlay/MapGen/GeneratorPlugin/BasicDoors.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 29 | 68.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 158 | 712 | 5506 | $n and $$n{'type'} |
59 | 1449 | 92 | 3804 | $ttype eq 'room' and $ntype eq 'room' |
132 | 0 | 0 | 129 | $$n{'nb'}{$opp} == $t and $$t{'nb'}{$dir} == $n |
133 | 42 | 0 | 87 | $$t{'od'}{$ud} == 1 and my $c = $$t{'nb'}{$ud} |
134 | 17 | 0 | 70 | $$n{'od'}{$ud} == 1 and my $d = $$n{'nb'}{$ud} |
143 | 0 | 0 | 129 | $$n{'nb'}{$opp} == $t and $$t{'nb'}{$dir} == $n |
144 | 72 | 0 | 57 | $$t{'od'}{$pd} == 1 and my $c = $$t{'nb'}{$pd} |
145 | 19 | 0 | 38 | $$n{'od'}{$pd} == 1 and my $d = $$n{'nb'}{$pd} |
line | l | !l | condition |
---|---|---|---|
40 | 4 | 0 | $$opts{'tile_size'} || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
127 | 7 | 20 | 29 | $dir eq 'n' or $dir eq 's' |