Condition Coverage
blib/lib/Thunderhorse/Autoloadable.pm
Criterion
Covered
Total
%
condition
3
3
100.0
or 3 conditions
line
l
!l&&r
!l&&!r
condition
16
36
45
64
$methods{$AUTOLOAD} //= do { my $wanted = $AUTOLOAD =~ s/^(.+):://ru; return if $wanted eq "DESTROY"; $wanted }