| blib/lib/Object/MultiType.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 1 | 16 | 0 | not defined $args{'boolsub'} and defined $args{'boolcode'} |
| 56 | 1 | 16 | 0 | not defined $args{'scalarsub'} and defined $args{'scalarcode'} |
| 109 | 2 | 1 | 2 | ref $bool and ref $$bool eq 'CODE' |
| 317 | 7 | 1 | 3 | ref $_[1] ne 'SCALAR' and ref $_[1] ne 'REF' |