Condition Coverage

blib/lib/Bio/Glite.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 substr($args[$i], 0, 1) eq '-' and not substr($args[$i], 1, 1) =~ /[0-9]/
100 0 0 0 substr($args[$i + 1], 0, 1) eq '-' and not substr($args[$i + 1], 1, 1) =~ /[0-9]/

or 2 conditions

line l !l condition
147 0 0 shift() || 0
167 0 0 shift() || 'out.txt'

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 not defined $args[$i + 1] or substr($args[$i + 1], 0, 1) eq '-' and not substr($args[$i + 1], 1, 1) =~ /[0-9]/
132 0 0 0 $result =~ /\n +/ or $result =~ /http/