| blib/lib/POE/Component/CSS/Minifier.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | if (defined $$in_ref{'infile'}) { } |
| 0 | 0 | elsif ($$in_ref{'uri'}) { } | |
| 26 | 0 | 0 | unless open my $in, '<', $$in_ref{'infile'} |
| 31 | 0 | 0 | if (defined $$in_ref{'outfile'}) { } |
| 32 | 0 | 0 | unless open my $out, '>', $$in_ref{'outfile'} |
| 43 | 0 | 0 | unless $$self{'ua_args'} |
| 46 | 0 | 0 | if ($response->is_success) { } |
| 47 | 0 | 0 | if (defined $$in_ref{'outfile'}) { } |
| 48 | 0 | 0 | unless open my $out, '>', $$in_ref{'outfile'} |
| 69 | 0 | 0 | if $@ |