Condition Coverage

blib/lib/App/CSV.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
189 0 6 0 not $self->has_from_tsv and $self->input
6 0 0 not $self->has_from_tsv and $self->input and $self->input =~ /\.tsv$/
193 0 6 0 not $self->has_to_tsv and $self->output
6 0 0 not $self->has_to_tsv and $self->output and $self->output =~ /\.tsv$/

or 3 conditions

line l !l&&r !l&&!r condition
189 0 0 6 $self->from_tsv or not $self->has_from_tsv and $self->input and $self->input =~ /\.tsv$/
193 0 0 6 $self->to_tsv or not $self->has_to_tsv and $self->output and $self->output =~ /\.tsv$/