| blib/lib/Test/Inline/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 18 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 0 | 17 | 7 | defined $_[0] && length $_[0] |
| 55 | 8 | 0 | 0 | defined $first[0] and defined $second[0] |
| 8 | 0 | 0 | defined $first[0] and defined $second[0] and $first[0] eq $second[0] | |
| 68 | 0 | 7 | 1 | $from eq '' and $to eq '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 8 | 0 | not defined $path or $path eq '' |
| 8 | 0 | 0 | not defined $path or $path eq '' or $path eq '.' |