| lib/Devel/Trepan/Complete.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 12 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 105 | 0 | 0 | 0 | 0 == index($cmd, $prefix) and not exists $$expanded{$aliases->{$cmd}} |
| 124 | 748 | 7 | 1 | 0 == index($cmd, $prefix) and not exists $expanded{$aliases->{$cmd}} |
| 234 | 6 | 0 | 4 | scalar @functions == 0 and not $prefix =~ /::/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 181 | 0 | 0 | 0 | -S _ or -p _ |