| blib/lib/Exporter/ConditionalSubs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 10 | 60.0 |
| line | l | !l | condition |
|---|---|---|---|
| 167 | 4 | 4 | $globref and *$globref{'CODE'} |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 122 | 3 | 8 | 18 | @args and not +($args[0] || '') =~ /^-(?:if|unless)$/ |
| 146 | 0 | 0 | 0 | $args[0] and $args[0] =~ /^-(?:if|unless)$/ |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 26 | 0 | $args[0] || '' |