| blib/arch/Config/MorePerl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 26 | 46.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 8 | 0 | 0 | $main::DB::{'disable_profile'} and not $ENV{'MP_WRITE_NYTPROF'} |
| 25 | 6 | 0 | 0 | $main::DB::{'enable_profile'} and not $ENV{'MP_WRITE_NYTPROF'} |
| 102 | 0 | 0 | 5 | $dir && 'Path::Class::Dir'->new($dir) |
| 110 | 0 | 0 | 5 | $dir and not $file->is_absolute |
| 132 | 64 | 1 | 0 | not defined $$glob and defined *$glob{"CODE"} |
| line | l | !l | condition |
|---|---|---|---|
| 87 | 22 | 2 | $rest //= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 126 | 0 | 0 | 91 | $key eq "BEGIN" or $key eq "DESTROY" |
| 0 | 0 | 91 | $key eq "BEGIN" or $key eq "DESTROY" or $key eq "AUTOLOAD" | |
| 0 | 8 | 83 | $key eq "BEGIN" or $key eq "DESTROY" or $key eq "AUTOLOAD" or index($key, "__ANON__") == 0 |