blib/lib/Benchmark/Perl/Formance/Cargo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 10 | 10 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 14 | 14 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Benchmark::Perl::Formance::Cargo; | ||||||
2 | # git description: v0.06-4-ge3ba969 | ||||||
3 | |||||||
4 | BEGIN { | ||||||
5 | 1 | 1 | 48551 | $Benchmark::Perl::Formance::Cargo::AUTHORITY = 'cpan:SCHWIGON'; | |||
6 | } | ||||||
7 | { | ||||||
8 | $Benchmark::Perl::Formance::Cargo::VERSION = '0.07'; | ||||||
9 | } | ||||||
10 | # ABSTRACK: PerlFormance - Invariant cargo files | ||||||
11 | |||||||
12 | 1 | 1 | 13 | use warnings; | |||
1 | 3 | ||||||
1 | 43 | ||||||
13 | 1 | 1 | 7 | use strict; | |||
1 | 3 | ||||||
1 | 62 | ||||||
14 | 1 | 1 | 43 | use 5.006; | |||
1 | 4 | ||||||
1 | 70 | ||||||
15 | |||||||
16 | |||||||
17 | 1; # End of Benchmark::Perl::Formance::Cargo | ||||||
18 | |||||||
19 | __END__ |