Branch Coverage

blib/lib/POE/Component/JavaScript/Minifier.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
24 0 0 if (defined $$in_ref{'infile'}) { }
0 0 elsif ($$in_ref{'uri'}) { }
25 0 0 unless open my $in, '<', $$in_ref{'infile'}
29 0 0 if (defined $$in_ref{'outfile'}) { }
30 0 0 unless open my $out, '>', $$in_ref{'outfile'}
34 0 0 $$in_ref{'stripDebug'} ? :
0 0 $$in_ref{'copyright'} ? :
42 0 0 $$in_ref{'stripDebug'} ? :
0 0 $$in_ref{'copyright'} ? :
50 0 0 unless $$self{'ua_args'}
53 0 0 if ($response->is_success) { }
54 0 0 if (defined $$in_ref{'outfile'}) { }
55 0 0 unless open my $out, '>', $$in_ref{'outfile'}
59 0 0 $$in_ref{'stripDebug'} ? :
0 0 $$in_ref{'copyright'} ? :
67 0 0 $$in_ref{'stripDebug'} ? :
0 0 $$in_ref{'copyright'} ? :
79 0 0 $$in_ref{'stripDebug'} ? :
0 0 $$in_ref{'copyright'} ? :