| blib/lib/isa.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 7 | 28.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | defined $_[0] and not length ref $_[0] |
| line | l | !l | condition |
|---|---|---|---|
| 25 | 1 | 0 | eval { do { require B; 'B'->can('perlstring') } } || sub { sprintf '"%s"', quotemeta $_[0]; } |
| 89 | 2 | 0 | ($cache{$class} ||= $me->generate_coderef($class)) || die("Problem generating coderef for $class") |