Condition Coverage

blib/lib/OTRS/OPM/Maker/Command/dependencies.pm
Criterion Covered Total %
condition 12 12 100.0


or 3 conditions

line l !l&&r !l&&!r condition
25 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]