lib/Acme/MobileTradeFun.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 26 | 26.9 |
line | true | false | branch |
---|---|---|---|
94 | 0 | 2 | if $args and ref $args ne 'HASH' |
106 | 1 | 1 | if $args |
109 | 1 | 1 | unless $game |
113 | 0 | 0 | if $$self{'opts'}{'debug'} |
115 | 0 | 0 | unless -d $out_dir |
130 | 0 | 1 | if grep /$game/, @newparser_games |
132 | 0 | 1 | if (grep /$game/, @oldparser_games) |
168 | 0 | 0 | if $file =~ /\.jpg$/ |
197 | 0 | 0 | unless $cards |
201 | 0 | 0 | unless (@newcards) |
218 | 0 | 0 | if ($$hdr{'Status'} =~ /^2/) { } |
220 | 0 | 0 | unless open my $fh, '>', $file |
222 | 0 | 0 | unless close $fh |