| blib/lib/OpenStack/MetaAPI/Roles/Listable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 11 | 45.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 41 | 3 | 0 | 17 | $nargs and $nargs % 2 == 0 | 
| 53 | 0 | 0 | 0 | $candidate->{$filter} and $candidate->{$filter} =~ /$opts{$filter}/ | 
| 59 | 0 | 28 | 15 | $candidate->{$filter} and $candidate->{$filter} eq $opts{$filter} | 
| line | l | !l | condition | 
|---|---|---|---|
| 45 | 17 | 0 | ref $opts{$filter} // '' |