| blib/lib/HTTP/OAI/Identify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 60 | 0 | 4 | $elem eq "description" and not $$self{"in_$elem"} |
| 64 | 0 | 4 | 16 | defined $text and length $text |
| 65 | 28 | 0 | 4 | $elem eq "description" and $$self{"in_$elem"} == $hash->{'Depth'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 76 | 4 | 0 | 0 | $text =~ /\D/ or $text < 2 |