| blib/lib/Test/BrewBuild/Dispatch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 39 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 66 | 0 | 0 | 0 | $params{'repo'} =~ /^http/ and $params{'repo'} =~ /^git/ |
| 128 | 0 | 0 | 0 | not $lcd and @pins == 6 |
| 0 | 0 | 0 | not $lcd and @pins != 6 | |
| 193 | 0 | 0 | 0 | $run_count >= $runs and $runs != 0 |
| 240 | 0 | 0 | 0 | $self->{'rpi_lcd_rows'} == 4 and $self->{'rpi_lcd_cols'} == 20 |
| 280 | 0 | 0 | 0 | defined $repo and not $repo =~ /^http/ || $repo =~ /^git/ |
| line | l | !l | condition |
|---|---|---|---|
| 382 | 0 | 0 | $conf->{'rpi'} || 0 |
| 383 | 0 | 0 | $conf->{'rpi_lcd_rows'} || 4 |
| 384 | 0 | 0 | $conf->{'rpi_lcd_cols'} || 20 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 276 | 0 | 0 | 0 | $params{'cmd'} || $self->{'cmd'} |
| 278 | 0 | 0 | 0 | $params{'repo'} || $self->{'repo'} |
| 280 | 0 | 0 | 0 | $repo =~ /^http/ || $repo =~ /^git/ |
| 284 | 0 | 0 | 0 | $params{'testers'} || $self->{'testers'} |
| 496 | 0 | 0 | 0 | $ok or defined $self->{'auto'} |