Condition Coverage

blib/lib/Test/BrewBuild/Dispatch.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 $params{'repo'} =~ /^http/ and $params{'repo'} =~ /^git/
124 0 0 0 not $lcd and @pins == 6
0 0 0 not $lcd and @pins != 6
189 0 0 0 $run_count >= $runs and $runs != 0
236 0 0 0 $self->{'rpi_lcd_rows'} == 4 and $self->{'rpi_lcd_cols'} == 20
273 0 0 0 defined $repo and not $repo =~ /^http/ || $repo =~ /^git/

or 2 conditions

line l !l condition
375 0 0 $conf->{'rpi'} || 0
376 0 0 $conf->{'rpi_lcd_rows'} || 4
377 0 0 $conf->{'rpi_lcd_cols'} || 20

or 3 conditions

line l !l&&r !l&&!r condition
269 0 0 0 $params{'cmd'} || $self->{'cmd'}
271 0 0 0 $params{'repo'} || $self->{'repo'}
273 0 0 0 $repo =~ /^http/ || $repo =~ /^git/
277 0 0 0 $params{'testers'} || $self->{'testers'}
490 0 0 0 $ok or defined $self->{'auto'}