| blib/lib/Util/Utl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 18 | 2 | 2 | 2 | defined $_[1] && length $_[1] |
| 19 | 1 | 3 | 1 | defined $_[1] && $_[1] =~ /\S/ |
| 51 | 7 | 1 | 2 | $exclusive and @found > 1 |
| 60 | 7 | 0 | 1 | $$options{'empty'} and not @found |