Condition Coverage

blib/lib/Bio/FeatureIO/bed.pm
Criterion Covered Total %
condition 6 21 28.5


and 3 conditions

line !l l&&!r l&&r condition
229 0 0 1 &looks_like_number($start) and &looks_like_number($end)

or 2 conditions

line l !l condition
112 0 1 $arg{'-name'} || scalar localtime()
113 0 1 $arg{'-description'} || scalar localtime()
114 0 1 $arg{'-use_score'} || 0
185 0 0 $feature->seq_id || ''
186 0 0 $feature->start || 0
187 0 0 $feature->end + 1 || 1
209 0 0 $feature->score || 0
224 1 0 $self->_readline || (return)
227 0 1 $strand ||= '+'