Condition Coverage

inc/Module/Pluggable/Object.pm
Criterion Covered Total %
condition 15 42 35.7


and 3 conditions

line !l l&&!r l&&r condition
39 6 6 0 exists $$self{$_} and not ref $$self{$_}
53 6 0 0 exists $INC{'blib.pm'} && defined $filename && $filename =~ m[(^|/)blib/]
99 21 0 0 keys %only and not $only{$_}
102 21 0 0 keys %except and $except{$_}
103 21 0 0 defined $except and /$except/
147 71 0 6 -e $sp and -d _
158 0 18 0 not $$self{'include_editor_junk'} and $self->_is_editor_junk($name)
212 6 0 0 exists $$self{'inner'} and not $$self{'inner'}

or 3 conditions

line l !l&&r !l&&!r condition
100 21 0 0 not defined $only or /$only/
138 0 66 0 $$self{'file_regex'} || qr/\.pm$/
166 0 0 18 $name eq lc $name or $name eq uc $name
173 0 0 0 $in_pod or $line =~ /^=cut/
238 0 0 21 defined $$self{'instantiate'} or $$self{'require'}
245 0 6 0 $$self{'file_regex'} || qr/\.pm$/