blib/lib/AI/Evolve/Befunge/Blueprint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 22 | 22 | 100.0 |
line | true | false | branch |
---|---|---|---|
59 | 1 | 30 | unless exists $args{'code'} |
60 | 1 | 29 | unless exists $args{'dimensions'} |
63 | 13 | 16 | if ($$self{'dims'} > 1) { } |
68 | 1 | 28 | unless $$self{'size'} ** $$self{'dims'} == length $$self{'code'} |
72 | 3 | 25 | if exists $args{'id'} |
73 | 3 | 25 | if exists $args{'host'} |
74 | 25 | 3 | unless defined $$self{'id'} |
75 | 25 | 3 | unless defined $$self{'host'} |
93 | 1 | 3 | unless defined $line |
95 | 2 | 1 | if ($line =~ /^\[I(-?\d+) D(\d+) F(\d+) H([^\]]+)\](.+)/) |
163 | 3 | 25 | unless defined $_popid |