| blib/lib/Amon2/Auth.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 Amon2::Auth; | ||||||
| 2 | 1 | 1 | 20719 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 33 | ||||||
| 3 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 25 | ||||||
| 4 | 1 | 1 | 25 | use 5.008001; | |||
| 1 | 7 | ||||||
| 1 | 72 | ||||||
| 5 | our $VERSION = '0.05'; | ||||||
| 6 | |||||||
| 7 | 1; | ||||||
| 8 | __END__ |