| 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 |
| 217 | 0 | 0 | 0 | defined $repo and not $repo =~ /^http/ || $repo =~ /^git/ |
| 495 | 0 | 0 | 0 | $self->{'rpi_lcd_rows'} == 4 and $self->{'rpi_lcd_cols'} == 20 |
| line | l | !l | condition |
|---|---|---|---|
| 320 | 0 | 0 | $conf->{'rpi'} || 0 |
| 321 | 0 | 0 | $conf->{'rpi_lcd_rows'} || 4 |
| 322 | 0 | 0 | $conf->{'rpi_lcd_cols'} || 20 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 213 | 0 | 0 | 0 | $params{'cmd'} || $self->{'cmd'} |
| 215 | 0 | 0 | 0 | $params{'repo'} || $self->{'repo'} |
| 217 | 0 | 0 | 0 | $repo =~ /^http/ || $repo =~ /^git/ |
| 221 | 0 | 0 | 0 | $params{'testers'} || $self->{'testers'} |
| 443 | 0 | 0 | 0 | $ok or defined $self->{'auto'} |