blib/lib/Log/Progress/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 16 | 114 | 1 | defined $state->{'message'} and $self->sticky_message |
85 | 2 | 0 | 29 | $_->{'progress'} and $_->{'contribution'} |
95 | 12 | 0 | 154 | defined $step_id and length $step_id |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 139 | 15 | 0 | $state->{'step'}{$_} || do { return undef unless $create; my $idx = scalar keys %{$$state{'step'};}; $state->{'step'}{$_} = {'idx', $idx} } |