blib/lib/App/TestOnTap/Dispenser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
105 | 24 | 0 | 2 | $prunedTests and scalar @$prunedTests != scalar @$tests |
208 | 2 | 5 | 48 | not @eligible and @nonParallelizable |
7 | 6 | 42 | not @eligible and @nonParallelizable and not keys %{$$self{'inprogress'};} |
line | l | !l | condition |
---|---|---|---|
140 | 81 | 0 | shift() || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
174 | 4 | 12 | 82 | @{$self->{'graph'}{$t};} or $self->{'inprogress'}{$t} |
189 | 18 | 37 | 0 | $self->{'args'}->getOrderStrategy || $self->{'args'}->getConfig->getOrderStrategy || $self->{'orderstrategy'} |