Condition Coverage

blib/lib/Text/NumericData/App/txdfilter.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
108 0 26 0 not $self->{'lasthead'} and defined $self->{'lhex'}
119 0 22 4 not defined $param->{'headlines'} and $is_data
22 0 0 defined $param->{'headlines'} and ++$self->{'l'} > $param->{'headlines'}

or 3 conditions

line l !l&&r !l&&!r condition
119 4 0 22 not defined $param->{'headlines'} and $is_data or defined $param->{'headlines'} and ++$self->{'l'} > $param->{'headlines'}
253 5 0 0 @{$c->{'titles'};} or @{$self->{'titles'};}
5 0 0 @{$c->{'titles'};} or @{$self->{'titles'};} or keys %{$$param{'modtitles'};}