line |
true |
false |
branch |
192
|
25 |
5 |
if $empty |
195
|
1 |
4 |
if ($enzymes) { } |
197
|
0 |
1 |
unless ref $enzymes eq 'ARRAY' |
225
|
0 |
15075 |
if (ref $e eq '') { } |
|
15073 |
2 |
elsif ($e->isa('Bio::Restriction::EnzymeI')) { } |
|
2 |
0 |
elsif ($e->isa('Bio::Restriction::EnzymeCollection')) { } |
310
|
0 |
0 |
if ($len > $longest) |
361
|
0 |
5 |
unless @_ |
363
|
2 |
3 |
if (scalar @_ == 1) { } |
366
|
1 |
1 |
ref $size eq 'ARRAY' ? : |
369
|
0 |
3 |
unless $size =~ /[+]?[\d\.]+/ |
373
|
146 |
1450 |
if $e->cutter == $size |
388
|
0 |
3 |
unless $start =~ /[+]?[\d\.]+/ |
390
|
0 |
3 |
unless $end =~ /[+]?[\d\.]+/ |
394
|
2 |
1 |
if $inclusive or not $exclusive |
395
|
1 |
2 |
if $exclusive |
398
|
2 |
1 |
if ($inclusive) { } |
400
|
310 |
754 |
if $e->cutter >= $start and $e->cutter <= $end |
404
|
10 |
522 |
if $e->cutter > $start and $e->cutter < $end |