Condition Coverage

blib/lib/Bio/Polloc/LocusIO/gff3.pm
Criterion Covered Total %
condition 19 42 45.2


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 3 defined $locus and UNIVERSAL::can($locus, 'isa')
0 0 3 defined $locus and UNIVERSAL::can($locus, 'isa') and $locus->isa('Bio::Polloc::LocusI')
83 3 0 0 defined $$locus{'_gff3_line'} and not $force
97 3 0 0 defined $locus->genome and defined $locus->genome->name
178 0 49 34 $type eq 'extend' and $comm =~ /Based on group [^:]+: (.*)/
180 0 8 207 $k and $v
8 0 207 $k and $v and $locus->can($k)
185 0 8 0 not defined $genome_name and $k =~ /^organism(?:_name)?$/ || $k =~ /^genome(?:_name)?$/
251 6 0 3 ref $value and ref($value) =~ /array/i

or 3 conditions

line l !l&&r !l&&!r condition
135 3 4 87 $ln =~ /^\s*#/ or $ln =~ /^\s*$/
161 0 0 87 $f eq 'amplicon' || $f eq 'amplification'
0 0 87 $f eq 'pattern' || $f eq 'domain'
0 0 0 $f eq 'repeat' || $f eq 'vntr' || $f =~ /tandem.?repeat/ || lc $source eq 'trf' || lc $source eq 'mreps'
185 0 0 8 $k =~ /^organism(?:_name)?$/ || $k =~ /^genome(?:_name)?$/