| blib/lib/SDLx/Sprite/Animated.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 0 | 1 | 0 | exists $options{'width'} and $options{'height'} |
| 240 | 38 | 4 | 1 | $_max_loops{$me} and $_current_loop{$me} > $_max_loops{$me} |
| 268 | 11 | 0 | 0 | $_max_loops{&refaddr($self)} and $_current_loop{&refaddr($self)} > $_max_loops{&refaddr($self)} |
| 342 | 0 | 0 | 0 | $_started{&refaddr($self)} and $_ticks{&refaddr($self)} % $_ticks_per_frame{&refaddr($self)} == 0 |