Branch Coverage

blib/lib/FFI/ExtractSymbols/PosixNm.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
52 2 0 unless $^O eq "darwin"
56 0 24 if $line =~ /^\s/
58 6 18 if ($type eq $config->{'function_code'} or $type eq 'W') { }
6 12 elsif ($type eq $config->{'data_code'}) { }