blib/lib/Games/3D/World.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 20 | 30.0 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 1 | if (@_ == 2) |
65 | 1 | 0 | unless (ref $file) |
68 | 0 | 1 | unless open FILE, "$file" |
78 | 0 | 1 | if (@objects == 1 and not ref $objects[0]) |
84 | 0 | 9 | if (exists $$self{'templates'}{$$o{'class'}}) |
131 | 0 | 0 | if ($$obj{'visible'}) |
135 | 0 | 0 | if ($$obj{'think_time'} != 0) |
181 | 0 | 0 | if ($$thing{'next_think'} >= $now) |
186 | 0 | 0 | if $$thing{'state_endtime'} != 0 |
216 | 0 | 3 | unless exists $$self{'templates'}{$class} |