Condition Coverage

blib/lib/Bio/Tools/DNAGen.pm
Criterion Covered Total %
condition 11 24 45.8


and 3 conditions

line !l l&&!r l&&r condition
61 8 0 12 defined $_[0]{'mt'} and ref $_[0]{'mt'}
74 0 0 13264 defined $_[0]{'gcratio'} and ref $_[0]{'gcratio'}

or 2 conditions

line l !l condition
28 0 1 $$arg{'limit'} || 1
0 1 $$arg{'len'} || 10
39 1 0 $_[1] || 1
40 2 0 (ref $_[1] ? $_[1] : [@_[1 .. $#_]]) || undef
41 1 0 (ref $_[1] ? $_[1] : [@_[1 .. $#_]]) || undef
43 2 0 $_[1] || 10

or 3 conditions

line l !l&&r !l&&!r condition
28 0 1 0 $$arg{'prefix'} || join('', subseq())
42 2 0 0 $_[1] || join('', subseq())