Condition Coverage

blib/lib/App/RecordStream/Operation/tofasta.pm
Criterion Covered Total %
condition 13 16 81.2


and 3 conditions

line !l l&&!r l&&r condition
25 8 2 0 $self->{'PASSTHRU'} and $self->{'ONELINE'} || $self->{'WIDTH'}
42 10 19 21 not $self->{'PASSTHRU'} and defined $props{'-seq'}

or 2 conditions

line l !l condition
27 1 9 $self->{'WIDTH'} ||= 60
62 27 23 $props{'-seq'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
25 0 0 2 $self->{'ONELINE'} || $self->{'WIDTH'}
56 40 5 5 defined $props{'-id'} or $self->{'PASSTHRU'}