Condition Coverage

Bio/AlignIO/emboss.pm
Criterion Covered Total %
condition 23 26 88.4


and 3 conditions

line !l l&&!r l&&r condition
129 104 0 9 /^\#\s+(1|2):\s+(\S+)/ and not $data{"seq$1"}{'name'}
13 40 51 $data{'seq1'}{'name'} and /^\Q$data{'seq1'}{'name'}\E/
167 51 47 4 $count == 2 and $data{'seq2'}{'name'} eq ''

or 2 conditions

line l !l condition
181 98 4 $align || ''

or 3 conditions

line l !l&&r !l&&!r condition
128 79 8 139 /^\#?\s+$/ or /^\#+\s*$/
129 2 4 120 /(Local|Global):\s*(\S+)\s+vs\s+(\S+)/ or /^\#\s+Program:\s+(\S+)/
164 51 51 51 $count == 0 or $count == 2
179 88 14 0 $data{$seqname}{'start'} ||= $start
228 13 1 0 $data{$seqname}{'name'} ||= $seqname