blib/lib/Repl/Cmd/MathCmd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 28 | 21.4 |
line | true | false | branch |
---|---|---|---|
55 | 1 | 50 | if ($type eq 'add') { } |
30 | 20 | elsif ($type eq 'sub') { } | |
20 | 0 | elsif ($type eq 'mult') { } | |
0 | 0 | elsif ($type eq 'div') { } | |
0 | 0 | elsif ($type eq 'pow') { } | |
0 | 0 | elsif ($type eq 'fin') { } | |
0 | 0 | elsif ($type eq 'toInt') { } | |
0 | 0 | elsif ($type eq 'isZero') { } | |
0 | 0 | elsif ($type eq 'lt') { } | |
0 | 0 | elsif ($type eq 'le') { } | |
0 | 0 | elsif ($type eq 'gt') { } | |
0 | 0 | elsif ($type eq 'ge') { } | |
71 | 0 | 30 | if $checkedsize < 1 |
97 | 0 | 0 | if $checkedsize < 1 |