Branch Coverage

blib/lib/Alien/Build/Plugin/Probe/OverrideCI.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
19 4 8 if (defined $ENV{'TRAVIS'} and $ENV{'TRAVIS'} eq 'true' and defined $ENV{'TRAVIS_BUILD_DIR'}) { }
4 4 elsif (defined $ENV{'APPVEYOR'} and $ENV{'APPVEYOR'} eq 'True' and $ENV{'APPVEYOR_BUILD_FOLDER'}) { }
4 0 elsif (defined $ENV{'GITHUB_ACTIONS'} and $ENV{'GITHUB_ACTIONS'} eq 'true' and $ENV{'GITHUB_WORKSPACE'}) { }
40 6 6 $ci_build_root->subsumes(path($Alien::Build::Plugin::Probe::OverrideCI::CWD)->realpath) ? :