| blib/lib/MHFS/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 25 | 32.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 394 | 7 | 0 | 1 | length $octets >= 6 and $char->{'bytelength'} == 3 |
| 7 | 0 | 1 | length $octets >= 6 and $char->{'bytelength'} == 3 and ($char->{'codepoint'} & $mask) == 55296 | |
| 396 | 0 | 0 | 1 | $secondchar->{'bytelength'} == 3 and ($secondchar->{'codepoint'} & $mask) == 56320 |
| line | l | !l | condition |
|---|---|---|---|
| 49 | 0 | 0 | $lockdata //= "99999999999" |
| 201 | 0 | 0 | $options->{'min_file_size'} //= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 2 | 0 | 0 | readline $fh // croak("Error reading from $filename") |
| 99 | 1 | 0 | 0 | readline $fh // croak("Error reading from $filename") |
| 107 | 1 | 0 | 0 | readline $fh // croak("Error reading from $filename") |
| 317 | 0 | 0 | 0 | $combined{$ext} // $combined{'bin'} |