blib/lib/Detect/Module.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
130 | 0 | 0 | 2 | ref $o eq 'Detect::Module::Internal' and $Detect::Module::Internal::AUTOLOAD =~ /^@{['Detect::Module::Internal'];}::(.*)$/ |
0 | 1 | 1 | ref $o eq 'Detect::Module::Internal' and $Detect::Module::Internal::AUTOLOAD =~ /^@{['Detect::Module::Internal'];}::(.*)$/ and $f = &$o('CODECHECK', $1, 1) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 1 | 1 | 0 | $_[0] eq 'CODE' or $_[0] eq 'CODECHECK' |
114 | 0 | 0 | 0 | $_[0] eq 'GLOB' or $_[0] eq 'HANDLE' |