blib/lib/Bundle/SYP.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 Bundle::SYP; | ||||||
2 | # ABSTRACT: SYP's cozy environment | ||||||
3 | |||||||
4 | 1 | 1 | 36638 | use strict; | |||
1 | 2 | ||||||
1 | 45 | ||||||
5 | 1 | 1 | 14 | use utf8; | |||
1 | 1 | ||||||
1 | 7 | ||||||
6 | 1 | 1 | 25 | use warnings 'all'; | |||
1 | 2 | ||||||
1 | 165 | ||||||
7 | our $VERSION = '1.5'; # VERSION | ||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ |