Branch Coverage

blib/lib/Win32/Vcpkg.pm
Criterion Covered Total %
branch 7 26 26.9


line true false branch
15 0 1 if (defined $ENV{'PERL_WIN32_VCPKG_ROOT'})
18 0 0 if (-d $root and -f $root->child('.vcpkg-root'))
25 0 1 $^O eq 'MSWin32' ? :
30 0 1 if (-r $vcpkg_path_txt)
35 0 0 if (-d $root and -f $root->child('.vcpkg-root'))
50 0 1 if $perl_triplet
52 0 1 if defined $ENV{'VCPKG_DEFAULT_TRIPLET'}
54 1 0 if ($Win32::Vcpkg::Config{'archname'} =~ /^x86_64-linux/) { }
0 0 elsif ($^O eq 'darwin' and $Win32::Vcpkg::Config{'ptrsize'} == 8) { }
0 0 elsif ($^O eq 'MSWin32') { }
64 0 0 if ($Win32::Vcpkg::Config{'ptrsize'} == 4) { }
0 0 elsif ($Win32::Vcpkg::Config{'ptrsize'} == 8) { }
85 0 1 unless $ENV{'VCPKG_DEFAULT_TRIPLET'} or $default_triplet{$^O}