blib/lib/String/ProgressBar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
102 | 0 | 0 | unless ($self->{'text'}) |
116 | 0 | 0 | unless ($self->{$r}) |
133 | 0 | 0 | if (not $self->{'allow_overflow'} and $value > $self->{'max'}) |
177 | 0 | 0 | if ($self->{'print_return'} and $self->{'value'} == $self->{'max'}) |
194 | 0 | 0 | if $bar_ratio > 1 and not $self->{'bar_overflow'} |
203 | 0 | 0 | if ($self->{'show_percent'}) |
207 | 0 | 0 | if ($self->{'show_amount'}) |
211 | 0 | 0 | if ($self->{'show_rotation'}) |
216 | 0 | 0 | if ($self->{'info'} or $self->{'info_used'}) |
223 | 0 | 0 | if ($self->{'text'}) |