| Bio/Map/MapI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 24 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 106 | 26 | 1693 | unless (defined $self->{'_eh'}) |
| 221 | 0 | 5 | unless ref $maps_ref |
| 223 | 5 | 0 | if (ref $maps_ref eq 'ARRAY') { } |
| 0 | 0 | elsif ($maps_ref->isa('Bio::Map::MapI')) { } | |
| 229 | 4 | 1 | if (ref $self) |
| 232 | 0 | 5 | unless @maps >= 2 |
| 236 | 5 | 0 | if ($args{-'min_percent'}) |
| 238 | 4 | 1 | if ($mn > $min_num) |
| 242 | 1 | 4 | $args{-'required'} ? : |
| 243 | 4 | 1 | if ref $self and $args{-'require_self'} |
| 260 | 3 | 12 | unless $count{$key} >= $min_num |
| 262 | 3 | 9 | unless exists $map_elements{$required}{$key} |