Condition Coverage

blib/lib/Progress/Any/Output/TermProgressBarColor.pm
Criterion Covered Total %
condition 17 41 41.4


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 2 $conv eq 'B' and defined $msg

or 2 conditions

line l !l condition
102 0 2 $width //= 1
106 0 2 $width //= 3
108 0 0 $width //= -8
110 0 0 $width //= -8
112 0 2 $width //= -16
140 0 2 $cols //= 80
147 1 1 $args{'fh'} //= \*STDERR
156 0 2 $args{'rownum'} //= 0
158 0 2 delete $args0{'template'} // '%p%% [%B]%R'
177 2 0 $self->_template_length($template) // 16

or 3 conditions

line l !l&&r !l&&!r condition
101 0 2 4 $conv eq 'b' or $conv eq 'B'
104 0 0 2 $width //= $self->{'_default_b_width'}
191 0 2 0 $conv eq 'b' or $conv eq 'B'
200 0 2 0 $args{'width'} // $self->{'_default_b_width'}
241 0 2 0 $ENV{'PROGRESS_TERM_BAR'} // $ENV{'PROGRESS'}
2 0 0 ($ENV{'PROGRESS_TERM_BAR'} // $ENV{'PROGRESS'}) // -t $self->{'fh'}