| 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 | 16299 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 35 | ||||||
| 3 | 1 | 1 | 4 | use warnings; | |||
| 1 | 0 | ||||||
| 1 | 24 | ||||||
| 4 | 1 | 1 | 20 | use 5.008001; | |||
| 1 | 5 | ||||||
| 1 | 44 | ||||||
| 5 | our $VERSION = '0.06'; | ||||||
| 6 | |||||||
| 7 | 1; | ||||||
| 8 | __END__ |