blib/lib/Minilla/Profile/Default.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Minilla::Profile::Default; | ||||||
2 | 1 | 1 | 974 | use strict; | |||
1 | 4 | ||||||
1 | 29 | ||||||
3 | 1 | 1 | 8 | use warnings; | |||
1 | 2 | ||||||
1 | 24 | ||||||
4 | 1 | 1 | 5 | use utf8; | |||
1 | 2 | ||||||
1 | 7 | ||||||
5 | 1 | 1 | 24 | use parent qw(Minilla::Profile::ModuleBuildTiny); | |||
1 | 11 | ||||||
1 | 7 | ||||||
6 | |||||||
7 | # The default profile is Module::Build. | ||||||
8 | |||||||
9 | 1; | ||||||
10 | __DATA__ |