Condition Coverage

blib/lib/Benchmark/Perl/Formance.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
231 0 0 0 $self->{'options'}{'stabilize_cpu'} and $^O eq "linux"
240 0 0 0 $self->{'options'}{'stabilize_cpu'} and $^O eq "linux"
253 0 0 0 $self->{'options'}{'stabilize_cpu'} and $^O eq "linux"
433 0 0 0 $config_args =~ /-DNO_TAINT_SUPPORT\b/ and not _taint_available()
660 0 0 0 $benchmarkanything and not $outstyle =~ /^(json|yaml|yamlish)$/

or 2 conditions

line l !l condition
379 0 0 $self->{'options'}{'cs_executable_suffix'} || $ENV{'CODESPEED_EXE_SUFFIX'} || ''
385 0 0 $self->{'options'}{'cs_project'} || $ENV{'CODESPEED_PROJECT'} || 'perl5'
386 0 0 $self->{'options'}{'cs_branch'} || $ENV{'CODESPEED_BRANCH'} || 'default'
387 0 0 $self->{'options'}{'cs_commitid'} || $ENV{'CODESPEED_COMMITID'} || $Benchmark::Perl::Formance::Config{'git_commit_id'} || _perl_gitversion() || 'no-commit'
388 0 0 $self->{'options'}{'cs_environment'} || $ENV{'CODESPEED_ENVIRONMENT'} || _get_hostname() || 'no-env'
545 0 0 $res || 0
832 0 0 $res || 0

or 3 conditions

line l !l&&r !l&&!r condition
383 0 0 0 $self->{'options'}{'cs_executable'} || _perl_symbolic_name() || sprintf('perl-%s.%s%s', $Benchmark::Perl::Formance::Config{'PERL_REVISION'}, $Benchmark::Perl::Formance::Config{'PERL_VERSION'}, $codespeed_exe_suffix)
650 0 0 0 $tap or $tap_plan
754 0 0 0 $tap or $tap_plan
0 0 0 $tap or $tap_plan or $benchmarkanything