blib/lib/Devel/InterpreterSize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 10 | 30.0 |
line | true | false | branch |
---|---|---|---|
13 | 0 | 1 | unless _can_check_size |
33 | 0 | 1 | if ($Devel::InterpreterSize::Config{'osname'} eq 'solaris' and $major > 2 || $major == 2 && $minor >= 6) { } |
1 | 0 | elsif ($Devel::InterpreterSize::Config{'osname'} eq 'linux' and load_class('Linux::Pid')) { } | |
0 | 0 | elsif ($Devel::InterpreterSize::Config{'osname'} =~ /(?:darwin|bsd|aix)/i and load_class('BSD::Resource')) { } | |
42 | 0 | 0 | if (load_class('Linux::Smaps') and 'Linux::Smaps'->new($$)) { } |