blib/lib/Term/TablePrint/ProgressBar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 0 | 0 | 0 | $self->{'threshold'} and $self->{'threshold'} < $count_cells |
42 | 0 | 0 | 0 | $^O ne "MSWin32" and $^O ne "cygwin" |
82 | 0 | 0 | 0 | $self->{'count_progress_bars'} and $self->{'merge_progress_bars'} |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 0 | $self->{'total'} / $self->{'bar_w'} || 1 |
56 | 0 | 0 | $self->{'so_far'} || 0 |
69 | 0 | 0 | int $count / ($self->{'total'} / $self->{'bar_w'}) || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 0 | 0 | 0 | $self->{'next_update'} ||= $self->{'step'} |