Condition Coverage

Bio/SearchIO/Writer/GbrowseGFF.pm
Criterion Covered Total %
condition 9 31 29.0


and 3 conditions

line !l l&&!r l&&r condition
188 1 0 0 defined $resultfilter and not &{$resultfilter;}($result)
195 2 0 0 defined $hitfilter and not &{$hitfilter;}($hit)
221 5 0 0 defined $hspfilter and not &{$hspfilter;}($hsp)
403 0 0 0 $method ne 'HSP' and $method ne 'HIT'
0 0 0 $method ne 'HSP' and $method ne 'HIT' and $method ne 'RESULT'

or 2 conditions

line l !l condition
165 0 1 $reference ||= 'hit'
175 0 1 $format ||= '3'

or 3 conditions

line l !l&&r !l&&!r condition
114 1 0 0 $self->{'_prefix'} ||= $Bio::SearchIO::Writer::GbrowseGFF::Defaults{'Prefix'}
166 0 1 0 $match_tag ||= $Bio::SearchIO::Writer::GbrowseGFF::Defaults{'MatchTag'}
167 0 1 0 $hsp_tag ||= $Bio::SearchIO::Writer::GbrowseGFF::Defaults{'HSPTag'}
168 0 1 0 $prefix ||= $self->{'_prefix'}