lib/BalanceOfPower/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 26 | 3.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 0 | 0 | 0 | $to_y == $from_y and $to_t < $from_t |
111 | 0 | 0 | 0 | $first_y == $second_y and $first_t == $second_t |
117 | 0 | 0 | 0 | $first_y == $second_y and $first_t > $second_t |
line | l | !l | condition |
---|---|---|---|
15 | 1861 | 0 | $i ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 0 | 0 | 0 | $to_y < $from_y or $to_y == $from_y and $to_t < $from_t |
113 | 0 | 0 | 0 | $first_t < 0 or $second_t < 0 |
0 | 0 | 0 | $first_t < 0 or $second_t < 0 or $first_t > 4 | |
0 | 0 | 0 | $first_t < 0 or $second_t < 0 or $first_t > 4 or $second_t > 4 | |
117 | 0 | 0 | 0 | $first_y > $second_y or $first_y == $second_y and $first_t > $second_t |