lib/Devel/PerlySense.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 27 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
2081 | 10 | 0 | 2 | $module and $method |
2090 | 6 | 0 | 4 | $oObject and $oMethod |
6 | 0 | 4 | $oObject and $oMethod and $oLocationSub | |
2163 | 5 | 0 | 2 | $module and $method |
2171 | 4 | 0 | 1 | $oObject and $oMethod |
4 | 0 | 1 | $oObject and $oMethod and $oLocationSub |
line | l | !l | condition |
---|---|---|---|
1888 | 0 | 78 | $Devel::PerlySense::VERSION || '0.0001DEV' |
2550 | 240 | 465 | $self->fileFindLookingAround($fileModuleBase, $dirOrigin, $nameModule) || $self->fileFindLookingInInc($fileModuleBase) || undef |
2700 | 55 | 2 | $raDirSub ||= ['.', 'lib', 'bin'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
1990 | 0 | 210 | 0 | $self->rhFileDocumentCache->{$file} ||= do { my $oDocumentNew = 'Devel::PerlySense::Document'->new('oPerlySense', $self); $oDocumentNew->parse('file', $file); $oDocumentNew } |