| inc/MyBuilder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 10 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | $^O =~ /linux/ and $ENV{'USER'} eq "root" |
| 59 | 0 | 0 | 0 | $^O =~ /(?:linux|bsd|sun|sol|dragonfly|hpux|irix|darwin|gnu)/ and not $usrlib =~ m[^/usr(/local)?/lib/?$] |
| line | l | !l | condition |
|---|---|---|---|
| 385 | 0 | 0 | $ENV{'LIBPATH'} || '/lib:/usr/lib' |
| 389 | 0 | 0 | $ENV{'LIBRARY_PATH'} || '/boot/system/lib:/boot/system/lib/x86' |