blib/lib/PlayStation/MemoryCard.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
113 | 0 | 0 | 0 | $res and $res <= 131072 |
115 | 0 | 0 | 0 | $res <= 122880 and $res >= 8192 |
0 | 0 | 0 | $res <= 122880 and $res >= 8192 and $res % 8192 == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 0 | 0 | 0 | $displayflag >= 17 or $displayflag <= 19 |
134 | 0 | 0 | 0 | $self{'type'} eq "mcd" or $self{'type'} eq "mcs" |
248 | 0 | 0 | 0 | $save->{'header'} //= parse_file_header($save->{'data'}) |
257 | 0 | 0 | 0 | !$string || $save->{'filename'} eq $string || $title eq $string || $asciititle eq $string || $save->{'filename'} =~ /\Q$string\E/i || $title =~ /\Q$string\E/i || $asciititle =~ /\Q$string\E/i |