lib/Git/Background/Future.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 17 | 76.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 0 | 2 | defined $@ and $@ ne "" |
106 | 9 | 1 | 4 | $exit_code and $run->{'_fatal'} |
183 | 51 | 0 | 0 | defined $run and not $run->{'_proc'}->alive |
line | l | !l | condition |
---|---|---|---|
63 | 1 | 1 | "$@" || 'Failed to wait on Git process with Proc::Background' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 2 | 2 | 14 | $exit_code == 128 or $exit_code == 129 |
4 | 4 | 10 | $exit_code == 128 or $exit_code == 129 or $exit_code and $run->{'_fatal'} |