| blib/lib/Search/Dict.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 14 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 7 | 0 | 0 | @_ == 3 and ref $dict eq 'HASH' |
| 74 | 0 | 2 | 5 | defined $fno and $fno >= 0 |
| 2 | 1 | 4 | defined $fno and $fno >= 0 and not tied *{$fh;} | |
| 100 | 0 | 0 | 0 | defined $_ and &$comp($_, $key) < 0 |
| line | l | !l | condition |
|---|---|---|---|
| 80 | 4 | 3 | $blksize ||= 8192 |