Branch Coverage

blib/lib/Parse/nm.pm
Criterion Covered Total %
branch 16 22 72.7


line true false branch
16 0 2 ref $class ? :
23 4 12 if (exists $$args{'_comp_filters'} and @{$$args{'_comp_filters'};}) { }
32 14 2 if (exists $$args{'filters'})
50 0 1 if ref $self
52 0 1 exists $args{'options'} ? :
53 0 1 ref $args{'files'} ? :
58 0 1 if $^O eq 'irix'
61 0 1 unless open $nm, '-|', shell_quote('nm', '-P', @options, @files)
73 6 8 if ref $self
78 4 20 unless /$re/
80 20 20 if (/$$f[0]/)