Condition Coverage

lib/JIRA/REST/Class/Mixins.pm
Criterion Covered Total %
condition 11 27 40.7


and 3 conditions

line !l l&&!r l&&r condition
31 36 0 0 not $args and $self->{'args'}
162 0 0 0 $args->{'username'} and $args->{'password'}
183 0 0 4 'JIRA::REST'->VERSION && 'JIRA::REST'->VERSION($version)
234 0 0 0 $dir && $dir =~ /out(?:ward)?/x
421 7 1 42 @$in == 1 and ref $in->[0]
8 0 42 @$in == 1 and ref $in->[0] and ref $in->[0] eq 'HASH'
548 1 0 3 exists $args->{$arg} and defined $args->{$arg}
1 0 3 exists $args->{$arg} and defined $args->{$arg} and length $args->{$arg}

or 3 conditions

line l !l&&r !l&&!r condition
359 0 0 0 $fallback //= sprintf('%s->%s(undef)', $class, $method)