blib/lib/Benchmark/Perl/Formance.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 38 | 0.0 |
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" |
664 | 0 | 0 | 0 | $benchmarkanything and not $outstyle =~ /^(json|yaml|yamlish)$/ |
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' |
549 | 0 | 0 | $res || 0 |
836 | 0 | 0 | $res || 0 |
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) |
654 | 0 | 0 | 0 | $tap or $tap_plan |
758 | 0 | 0 | 0 | $tap or $tap_plan |
0 | 0 | 0 | $tap or $tap_plan or $benchmarkanything |