blib/lib/Benchmark/Perl/Formance.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 35 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
175 | 0 | 0 | 0 | -f $fullname and $fullname =~ /\.pmc?$/ |
238 | 0 | 0 | 0 | $self->{'options'}{'stabilize_cpu'} and $^O eq 'linux' |
247 | 0 | 0 | 0 | $self->{'options'}{'stabilize_cpu'} and $^O eq 'linux' |
260 | 0 | 0 | 0 | $self->{'options'}{'stabilize_cpu'} and $^O eq 'linux' |
617 | 0 | 0 | 0 | $benchmarkanything and not $outstyle =~ /^(json|yaml|yamlish)$/ |
line | l | !l | condition |
---|---|---|---|
382 | 0 | 0 | $self->{'options'}{'cs_executable_suffix'} || $ENV{'CODESPEED_EXE_SUFFIX'} || '' |
388 | 0 | 0 | $self->{'options'}{'cs_project'} || $ENV{'CODESPEED_PROJECT'} || 'perl5' |
389 | 0 | 0 | $self->{'options'}{'cs_branch'} || $ENV{'CODESPEED_BRANCH'} || 'default' |
390 | 0 | 0 | $self->{'options'}{'cs_commitid'} || $ENV{'CODESPEED_COMMITID'} || $Benchmark::Perl::Formance::Config{'git_commit_id'} || _perl_gitversion() || 'no-commit' |
391 | 0 | 0 | $self->{'options'}{'cs_environment'} || $ENV{'CODESPEED_ENVIRONMENT'} || _get_hostname() || 'no-env' |
512 | 0 | 0 | $res || 0 |
787 | 0 | 0 | $res || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
386 | 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) |
709 | 0 | 0 | 0 | $tapper or $benchmarkanything |