| blib/lib/Class/DOES.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 11 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 2 | 20 | $meth = $pkg->can('DOES') and $meth != \&Class::DOES::DOES |
| 2 | 18 | 2 | $meth = $pkg->can('DOES') and $meth != \&Class::DOES::DOES and $meth != ('UNIVERSAL'->can('DOES') || 0) | |
| 60 | 0 | 20 | 2 | $meth = $pkg->can('isa') and $meth != 'UNIVERSAL'->can('isa') |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 20 | 0 | 'UNIVERSAL'->can('DOES') || 0 |