Condition Coverage

blib/lib/Devel/PerlySense.pm
Criterion Covered Total %
condition 18 30 60.0


and 3 conditions

line !l l&&!r l&&r condition
2213 10 0 3 $module and $method
2222 7 0 4 $oObject and $oMethod
7 0 4 $oObject and $oMethod and $oLocationSub
2295 5 0 2 $module and $method
2303 4 0 1 $oObject and $oMethod
4 0 1 $oObject and $oMethod and $oLocationSub

or 2 conditions

line l !l condition
2017 78 0 $Devel::PerlySense::VERSION || '0.0001DEV'
2682 240 475 $self->fileFindLookingAround($fileModuleBase, $dirOrigin, $nameModule) || $self->fileFindLookingInInc($fileModuleBase) || undef
2921 57 2 $raDirSub ||= ['.', 'lib', 'bin']

or 3 conditions

line l !l&&r !l&&!r condition
2119 0 213 0 $self->rhFileDocumentCache->{$file} ||= do { my $oDocumentNew = 'Devel::PerlySense::Document'->new('oPerlySense', $self); $oDocumentNew->parse('file', $file); $oDocumentNew }
2764 0 0 0 $oDocument ||= $self->oDocumentParseFile($file)