blib/lib/App/Math/Tutor/Numbers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 31 | 35.4 |
line | l | !l | condition |
---|---|---|---|
307 | 0 | 90 | $_ and return 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
64 | 761 | 0 | 40 | $_[1] and $_[0]->num > $_[0]->denum |
73 | 757 | 4 | 0 | $_[0]->sign < 0 and blessed($_[0]->num) || blessed($_[0]->denum) |
232 | 0 | 0 | 0 | 1 == $exp and 1 != $fact |
458 | 0 | 0 | 2 | $m and ($e <=> int $e) != 0 |
0 | 0 | 2 | $m and ($e <=> int $e) != 0 and 0 != $bn | |
473 | 0 | 0 | 0 | $x && !($x =~ /^\\/) |
513 | 0 | 2 | 0 | defined $f and $f < 0 |
line | l | !l | condition |
---|---|---|---|
380 | 600 | 0 | $_ or return 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 4 | 0 | 0 | blessed($_[0]->num) || blessed($_[0]->denum) |
469 | 2 | 0 | 0 | defined $x or $x = sprintf('{%s}^{%s}', blessed $b ? "\\left(${b}{}\\right)" : $b, $e) |