Branch Coverage

blib/lib/Dist/Joseki/Command/smoke.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
38 0 0 if (-e 'BUILD.SKIP')
42 0 0 if ($self->opt_has_value('resume') and -e $smoke_html_filename)
50 0 0 unless my $meta = LoadFile('META.yml')
54 0 0 unless open my $fh, '>', $smoke_html_filename
59 0 0 unless close $fh
84 0 0 unless $self->opt_has_value('cover')
85 0 0 if (-e 'BUILD.SKIP')
89 0 0 if (-e 'COVER.SKIP')
107 0 0 unless -f $_ and $_ eq 'smoke.yaml'
108 0 0 if -e 'BUILD.SKIP'
110 0 0 unless ($$summary{'distname'})
119 0 0 if (-e $tee)
122 0 0 if $raw =~ /Use of uninitialized value/ or $raw =~ / at .* line \d+/ or $raw =~ /Failed test / or $raw =~ /Looks like you failed/ or $raw =~ /Looks like you planned \d+ tests but ran \d+ extra/ or $raw =~ /No tests run!/
132 0 0 if (-e $coverage_html)
134 0 0 unless open my $fh, '<', $coverage_html
137 0 0 unless close $fh
143 0 0 defined $$summary{'coverage_total'} ? :
157 0 0 unless $tt->process(\$template, {'smoke', \@smoke, 'errors', scalar $self->dist_errors, 'config', myconfig()}, $self->opt('summary'))