Branch Coverage

blib/lib/CallGraph.pm
Criterion Covered Total %
branch 14 24 58.3


line true false branch
80 0 2 if (ref $opts{'files'}) { }
2 0 elsif ($opts{'files'}) { }
85 0 2 if (ref $opts{'lines'})
88 0 2 if (ref $opts{'dump_options'})
105 0 2 if (ref $fname) { }
108 0 2 unless open $fh, '<', $fname
124 0 0 unless open my $fh, '<', \$f
179 2 6 if ($root) { }
180 2 0 ref $root ? :
203 30 15 if ($sub = $self->get_sub($name)) { }
204 11 19 if ($opts{'type'})
223 0 6 unless ($$self{'root'})