blib/lib/Class/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 0 | 1 | 1 | $@ =~ /^Can't locate $c in \@INC/ and grep {/[^:][^:]\z/;} keys %{$_ . '::';} |
40 | 1 | 1 | 1 | defined $packages && !ref($packages) |
64 | 3 | 6 | 5 | defined $_ && length $_ && eval { do { $_->isa(ref $_) } } |
77 | 0 | 0 | 23 | defined($c = shift @stack) and length $c |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 1 | 1 | 0 | blessed($packages) || caller |
72 | 1 | 4 | 0 | blessed($class) || $class |