| blib/lib/App/eachperl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 0 | 0 | 0 | \$_ == \$_until_version and not $_ =~ /\.\d+\./u |
| 130 | 0 | 0 | 0 | $_since_version and $ver lt $_since_version |
| 131 | 0 | 0 | 0 | $_until_version and $ver gt $_until_version |
| 132 | 0 | 0 | 0 | $_no_system_perl and $perl->fullpath eq $^X |
| 134 | 0 | 0 | 0 | $selected and defined $_only_if |
| 173 | 0 | 0 | 0 | @argv and ref $argv[0] eq "HASH" |
| 255 | 0 | 0 | 0 | $? and $_stop_on_fail |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 87 | 0 | 0 | 0 | $_perls //= $config->{'_'}{'perls'} |
| 88 | 0 | 0 | 0 | $_since_version //= $config->{'_'}{'since_version'} |
| 89 | 0 | 0 | 0 | $_until_version //= $config->{'_'}{'until_version'} |
| 90 | 0 | 0 | 0 | $_only_if //= $config->{'_'}{'only_if'} |