Condition Coverage

blib/lib/Log/Progress/Parser.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
47 16 115 0 defined $state->{'message'} and $self->sticky_message
84 2 29 0 $_->{'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 0 15 $state->{'step'}{$_} || do { return undef unless $create; my $idx = scalar keys %{$$state{'step'};}; $state->{'step'}{$_} = {'idx', $idx} }