blib/lib/Class/Component/Component/Autocall.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Class::Component::Component::Autocall; | ||||||
2 | |||||||
3 | 2 | 2 | 12 | use strict; | |||
2 | 4 | ||||||
2 | 85 | ||||||
4 | 2 | 2 | 11 | use warnings; | |||
2 | 4 | ||||||
2 | 70 | ||||||
5 | 2 | 2 | 13 | use base 'Class::Component::Component::Autocall::Autoload'; | |||
2 | 49 | ||||||
2 | 1338 | ||||||
6 | 1; |