lib/Crypt/Perl/X/Generic.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 Crypt::Perl::X::Generic; | ||||||
2 | |||||||
3 | 6 | 6 | 3969 | use strict; | |||
6 | 22 | ||||||
6 | 205 | ||||||
4 | 6 | 6 | 44 | use warnings; | |||
6 | 13 | ||||||
6 | 206 | ||||||
5 | |||||||
6 | 6 | 6 | 35 | use parent qw( Crypt::Perl::X::Base ); | |||
6 | 20 | ||||||
6 | 63 | ||||||
7 | |||||||
8 | 1; |