blib/lib/App/Math/Tutor/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | l | !l | condition |
---|---|---|---|
55 | 0 | 8 | $str = "$term" and next |
91 | 0 | 2 | $str = "$term" and next |
line | l | !l | condition |
---|---|---|---|
89 | 0 | 0 | my $term = $terms[$i] or return '0' |
90 | 4 | 0 | $term = $terms[$i] or return 'inf' |