| blib/lib/Test/Inline/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 18 | 44.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 12 | 0 | 17 | 7 | defined $_[0] && length $_[0] | 
| 52 | 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] | |
| 65 | 0 | 7 | 1 | $from eq '' and $to eq '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 35 | 0 | 8 | 0 | not defined $path or $path eq '' | 
| 8 | 0 | 0 | not defined $path or $path eq '' or $path eq '.' |