Condition Coverage

blib/lib/String/ProgressBar.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
133 0 0 0 not $self->{'allow_overflow'} and $value > $self->{'max'}
177 0 0 0 $self->{'print_return'} and $self->{'value'} == $self->{'max'}
194 0 0 0 $bar_ratio > 1 and not $self->{'bar_overflow'}

or 3 conditions

line l !l&&r !l&&!r condition
216 0 0 0 $self->{'info'} or $self->{'info_used'}