| perllib/Arch/Inventory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 17 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 76 | 0 | 0 | 0 | length $4 > $plen && substr($4, 0, $plen) eq $prefix | 
| 126 | 0 | 0 | 0 | @path and defined $entry | 
| 0 | 0 | 0 | @path and defined $entry and $$entry{'type'} eq 'd' | |
| 221 | 0 | 0 | 0 | length $entries[$i]{'path'} > $plen and substr($entries[$i]{'path'}, 0, $plen) eq $prefix | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 0 | 0 | shift() || '.' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 164 | 0 | 0 | 0 | shift() || $self->get_root_entry |