blib/lib/Test/LimitDecimalPlaces.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 24 | 24 | 100.0 |
line | true | false | branch |
---|---|---|---|
25 | 5 | 9 | if ($found) |
28 | 1 | 4 | if ($value < 0) |
31 | 1 | 3 | unless ($key eq 'num_of_digits') |
56 | 1 | 90 | if $num_of_digits < 0 |
62 | 12 | 78 | if (ref $x eq 'ARRAY' or ref $y eq 'ARRAY') |
64 | 3 | 9 | unless (scalar @$x == scalar @$y) |
72 | 9 | 78 | if ($is_array) { } |
75 | 5 | 39 | unless ($ok) |
84 | 12 | 66 | unless $ok |
95 | 12 | 10 | unless ($state) |
96 | 1 | 11 | if ($is_array) { } |
127 | 5 | 17 | if ref $x eq 'ARRAY' or ref $y eq 'ARRAY' |