Branch Coverage

blib/lib/Bio/Tools/DNAGen.pm
Criterion Covered Total %
branch 15 24 62.5


line true false branch
27 0 1 ref $_[0] ? :
49 0 5 if length $_[0]{'prefix'} > $_[0]{'len'}
57 13196 4525 if length $prefix == $_[0]{'len'}
58 3316 1209 if (length $prefix == $_[0]{'len'} - 1)
61 12 8 if (defined $_[0]{'mt'} and ref $_[0]{'mt'}) { }
62 0 12 if (@{$_[0]{'mt'};} >= 2) { }
63 0 0 if mt $_ >= $_[0]{'mt'}[0]
74 13264 0 if (defined $_[0]{'gcratio'} and ref $_[0]{'gcratio'}) { }
75 0 13264 if (@{$_[0]{'gcratio'};} >= 2) { }
76 0 0 if gcratio $_ >= $_[0]{'gcratio'}[0]
88 6 9 if (++$_[0]{'_seqcnt'} <= $_[0]{'limit'}) { }
96 83 4433 if $_[0]{'_seqcnt'} > $_[0]{'limit'}