Branch Coverage

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


line true false branch
100 1 0 if (grep {/Dusequadmath/;} $self->perlargs)
102 1 0 unless ($self->can_quadmath)
110 0 0 unless $file
112 0 0 unless $extract
113 0 0 unless $self->noclean
124 0 0 if $self->is_dev_release
128 0 0 $self->jobs && $self->can_jobs ? :
129 0 0 unless scalar run('command', $cmd, 'verbose', 1)
131 0 0 unless scalar run('command', [$self->make, $jobs], 'verbose', $self->verbose)
132 0 0 unless ($self->skiptest)
133 0 0 unless scalar run('command', [$self->make, $jobs, 'test'], 'verbose', $self->verbose)
135 0 0 unless scalar run('command', [$self->make, $jobs, 'install'], 'verbose', $self->verbose)
136 0 0 unless $self->nozapman
139 0 0 unless $self->noclean
153 0 0 if $stat