Condition Coverage

blib/lib/Log/Any/Progress.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
196 0 0 0 @_ == 1 && ref $_[0] eq 'HASH'
298 0 0 0 $self->{'_finished'} and $current_iteration != 0
332 0 0 0 $have_count and $current_iteration >= $self->{'count'}

or 3 conditions

line l !l&&r !l&&!r condition
198 0 0 0 $args{'logger'} || 'Log::Any'->get_logger
202 0 0 0 ref $class_or_instance || $class_or_instance
304 0 0 0 $current_iteration == 0 or not $self->{'_initialized'}