| blib/lib/Term/TablePrint/ProgressBar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 0 | 0 | $self->{'show_progress_bar'} //= 1 |
| 33 | 0 | 0 | $self->{'total'} / $self->{'bar_w'} || 1 |
| 34 | 0 | 0 | $self->{'count'} //= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | $self->{'next_update'} ||= $self->{'step'} |