Branch Coverage

blib/lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
19 0 2 unless -r $path
20 0 2 unless -w $path
31 1 1 unless defined $h{'Cflags'}
32 0 2 unless defined $h{'Libs'}
34 1 1 if defined $h{'Cflags.private'}
35 2 0 if defined $h{'Libs.private'}
42 6 2 if (/^(.*?):/)
45 6 0 if (defined $h{$key})
63 2 2 if (-d $child) { }
2 0 elsif ($child->basename =~ /\.pc$/) { }
84 0 1 if ($self->path) { }