Branch Coverage

blib/lib/Devel/NYTProf/Run.pm
Criterion Covered Total %
branch 7 20 35.0


line true false branch
48 0 602 if (($Devel::NYTProf::Run::Config{'usesitecustomize'} || '') eq "define" or $Devel::NYTProf::Run::Config{'ccflags'} =~ /(?
51 0 0 if $opt{'skip_sitecustomize'}
70 0 116 if $opt{'verbose'}
75 0 116 if (my $src_file = $opt{'src_file'}) { }
116 0 elsif (my $src_code = $opt{'src_code'}) { }
76 0 0 unless system(@perl, $src_file) == 0
81 0 116 unless open my $fh, "| $cmd"
84 0 0 $! ? :
0 116 unless close $fh
94 0 116 if ($opt{'htmlopen'})