Condition Coverage

blib/lib/Bio/MUST/Core/IdList.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
239 5 0 1 not defined $count and $line =~ /$Bio::MUST::Core::IdList::COUNT_LINE/

or 2 conditions

line l !l condition
189 1 1 shift() // {}
191 1 1 $args->{'column'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
192 1 1 0 $args->{'separator'} // qr/\t/msx
205 0 2 10 $line =~ /$Bio::MUST::Core::IdList::EMPTY_LINE/ or $list->is_comment($line)
235 0 2 6 $line =~ /$Bio::MUST::Core::IdList::EMPTY_LINE/ or $list->is_comment($line)