blib/lib/Doorman.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 3 | 3 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Doorman; | ||||||
2 | 4 | 4 | 75 | use 5.010; | |||
4 | 15 | ||||||
3 | our $VERSION = "0.10"; | ||||||
4 | our $AUTHORITY = 'http://gugod.org'; | ||||||
5 | |||||||
6 | 1; | ||||||
7 | |||||||
8 | __END__ |