| blib/lib/Sub/Prototype/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 11 | 90.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 1 | 15 | 0 | defined $arg and defined($reftype = reftype $arg) |
| 68 | 1 | 1 | 12 | exists $sigils{$reftype} and $sigil =~ /\Q$sigils{$reftype}\E/ |
| 270 | 2 | 3 | 19 | not defined $opts{'compile'} and $opts{'sub'} |
| line | l | !l | condition |
|---|---|---|---|
| 268 | 2 | 22 | $opts{'ref'} ||= 'ref' |