Branch Coverage

blib/lib/App/SmokeBrew/BuildPerl.pm
Criterion Covered Total %
branch 2 30 6.6


line true false branch
98 1 0 if (grep {/Dusequadmath/;} $self->perlargs)
100 1 0 unless ($self->can_quadmath)
108 0 0 unless $file
110 0 0 unless $extract
111 0 0 unless $self->noclean
122 0 0 if $self->is_dev_release
126 0 0 $self->jobs && $self->can_jobs ? :
127 0 0 unless scalar run("command", $cmd, "verbose", 1)
129 0 0 unless scalar run("command", [$self->make, $jobs], "verbose", $self->verbose)
130 0 0 unless ($self->skiptest)
131 0 0 unless scalar run("command", [$self->make, $jobs, "test"], "verbose", $self->verbose)
133 0 0 unless scalar run("command", [$self->make, $jobs, "install"], "verbose", $self->verbose)
134 0 0 unless $self->nozapman
137 0 0 unless $self->noclean
151 0 0 if $stat