| blib/lib/Language/FP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 24 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 0 | 2514 | 0 | @_ > 0 && !defined($_[0]) |
| 27 | 0 | 0 | 1540 | $_[0] =~ /$RE{'num'}{'real'}/o && $_[1] =~ /$RE{'num'}{'real'}/o |
| 687 | 0 | 0 | 4 | CORE::not bottom($b) and ref $a eq 'ARRAY' |
| 0 | 0 | 6 | CORE::not bottom($a) and ref $b eq 'ARRAY' | |
| 0 | 0 | 2 | ref $_ eq 'ARRAY' and @$_ == $len |
| line | l | !l | condition |
|---|---|---|---|
| 410 | 11 | 0 | eval "sub {\n \t\t\treturn BOTTOM unless numeric(\@_);\n\t\t\t\$_[0] $f \$_[1]\n\t\t}\n\t\t" || die($@) |
| 734 | 0 | 0 | $o{'in'} || 'STDIN' |
| 735 | 0 | 0 | $o{'out'} || 'STDOUT' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 696 | 98 | 0 | 30 | /$RE{'num'}{'int'}/o or /$RE{'num'}{'real'}/o |