Condition Coverage

blib/lib/Log/Progress/Parser.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
47 16 114 1 defined $state->{'message'} and $self->sticky_message
84 2 0 29 $_->{'progress'} and $_->{'contribution'}
94 12 0 154 defined $step_id and length $step_id

or 3 conditions

line l !l&&r !l&&!r condition
97 139 15 0 $state->{'step'}{$_} || do { return undef unless $create; my $idx = scalar keys %{$$state{'step'};}; $state->{'step'}{$_} = {'idx', $idx} }