Branch Coverage

blib/lib/App/RecordStream/Operation/tofasta.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
25 0 2 if $self->{'PASSTHRU'} and $self->{'ONELINE'} || $self->{'WIDTH'}
42 21 29 if (not $self->{'PASSTHRU'} and defined $props{'-seq'})
45 3 18 if ($self->{'ONELINE'}) { }
18 0 elsif ($self->{'WIDTH'}) { }
56 5 5 unless defined $props{'-id'} or $self->{'PASSTHRU'}