| blib/lib/OTRS/OPM/Maker/Command/dependencies.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 12 | 12 | 100.0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 23 | 2 | 1 | 6 | not $args or 'ARRAY' ne ref $args | 
| 3 | 2 | 4 | not $args or 'ARRAY' ne ref $args or not defined $args->[0] | |
| 3 | 1 | 3 | not $args or 'ARRAY' ne ref $args or not defined $args->[0] or not $args->[0] =~ /\.s?opm\z/ | |
| 3 | 1 | 2 | not $args or 'ARRAY' ne ref $args or not defined $args->[0] or not $args->[0] =~ /\.s?opm\z/ or not -f $args->[0] |