Condition Coverage

blib/lib/Data/Tubes/Plugin/Util.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
105 0 7 45 @_ and ref $_[0] eq "HASH"

or 2 conditions

line l !l condition
20 198 0 $args //= {}
21 5 193 $args->{'identification'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
21 0 198 0 $opts //= $args->{'identification'} // {}
74 0 0 17 $opts //= $args->{'logger'}