| blib/lib/UI/Dialog/Screen/Menu.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 21 | 4.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 2 | 0 | 0 | defined $args{'trust-input'} && $args{'trust-input'} == 1 |
| 86 | 0 | 0 | 0 | defined $index and $index >= 0 |
| 0 | 0 | 0 | defined $index and $index >= 0 and $index < @{$self->{'menu'};} | |
| 100 | 0 | 0 | 0 | defined $index and $index >= 0 |
| 0 | 0 | 0 | defined $index and $index >= 0 and $index < @{$self->{'menu'};} | |
| 132 | 0 | 0 | 0 | defined $func and ref $func eq 'CODE' |
| 137 | 0 | 0 | 0 | defined $func and ref $func eq 'CODE' |