blib/lib/Crypt/Keyczar/Engine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Crypt::Keyczar::Engine; | ||||||
2 | 16 | 16 | 81 | use strict; | |||
16 | 41 | ||||||
16 | 587 | ||||||
3 | 16 | 16 | 89 | use warnings; | |||
16 | 26 | ||||||
16 | 859 | ||||||
4 | require XSLoader; | ||||||
5 | XSLoader::load('Crypt::Keyczar', 0.08); | ||||||
6 | |||||||
7 | 1; | ||||||
8 | __END__ |