| blib/lib/Alien/Build/Plugin/Probe/OverrideCI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 6 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 4 | 4 | if (defined $ENV{'TRAVIS'} and $ENV{'TRAVIS'} eq 'true' and defined $ENV{'TRAVIS_BUILD_DIR'}) { } |
| 4 | 0 | elsif (defined $ENV{'APPVEYOR'} and $ENV{'APPVEYOR'} eq 'True' and $ENV{'APPVEYOR_BUILD_FOLDER'}) { } | |
| 36 | 4 | 4 | $ci_build_root->subsumes(path($Alien::Build::Plugin::Probe::OverrideCI::CWD)->realpath) ? : |