Condition Coverage

blib/lib/Class/Autouse.pm
Criterion Covered Total %
condition 24 44 54.5


and 3 conditions

line !l l&&!r l&&r condition
340 0 5 4 defined $INC{$file} and $INC{$file} eq 'Class::Autouse'
431 0 0 2 -d $child_path_full and -r _
453 4 0 1 -d $full_file and -r _
532 1 0 3 defined $subclass and $subclass eq 'Class::Autouse'

or 2 conditions

line l !l condition
16 0 7 $DEBUG ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
147 0 0 16 $DEVEL or $BAD{$class}
155 0 16 0 $NOSTAT or &_file_exists($file)
308 24 6 0 ref $_[0] || $_[0]
30 0 0 ref $_[0] || $_[0] || return(undef)
311 0 24 6 $LOADED{$class} or defined @{"${class}::ISA";}
320 6528 5 1 ref $_[0] || $_[0]
6533 1 0 ref $_[0] || $_[0] || return(undef)
323 0 6529 4 $LOADED{$class} or defined @{"${class}::ISA";}
332 0 10 0 ref $_[0] || $_[0]
10 0 0 ref $_[0] || $_[0] || return(undef)