| blib/lib/Data/LNPath.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 18 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 34 | 1 | 85 | scalar @path and not $end |
| 26 | 1 | 2 | 22 | $ref and &blessed($data) |
| 103 | 1 | 5 | 2 | scalar @export == 1 and $export[0] eq 'all' |
| 108 | 2 | 1 | 2 | $opts->{'as'} && $opts->{'as'}{$_} |
| 120 | 35 | 2 | 4 | $@ and not $ERROR{'no_error'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 64 | 16 | 17 | 13 | $_ =~ /^\s*(\d+)\s*$/ or $_ =~ /^\s*[\'\"]+\s*(.*?)\s*[\'\"]+\s*$/ |