| blib/lib/Win32/Vcpkg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 12 | 8.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 18 | 0 | 0 | 0 | -d $root and -f $root->child('.vcpkg-root') | 
| 35 | 0 | 0 | 0 | -d $root and -f $root->child('.vcpkg-root') | 
| 54 | 0 | 0 | 0 | $^O eq 'darwin' and $Win32::Vcpkg::Config{'ptrsize'} == 8 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 85 | 0 | 1 | 0 | $ENV{'VCPKG_DEFAULT_TRIPLET'} or $default_triplet{$^O} |