| blib/lib/Perl/APIReference/V5_012_002.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | 1 | 1 | 100.0 |
| total | 19 | 19 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Perl::APIReference::V5_012_002; | ||||||
| 2 | 1 | 1 | 5 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 106 | ||||||
| 3 | 1 | 1 | 7 | use warnings; | |||
| 1 | 83 | ||||||
| 1 | 33 | ||||||
| 4 | 1 | 1 | 4 | use parent 'Perl::APIReference::V5_012_000'; | |||
| 1 | 2 | ||||||
| 1 | 7 | ||||||
| 5 | |||||||
| 6 | sub new { | ||||||
| 7 | 1 | 1 | 1 | 1 | my $class = shift; | ||
| 8 | 1 | 8 | my $obj = $class->SUPER::new(@_); | ||||
| 9 | |||||||
| 10 | 1 | 11 | $obj->{perl_version} = '5.012002'; | ||||
| 11 | 1 | 2 | bless $obj => $class; | ||||
| 12 | |||||||
| 13 | 1 | 4 | return $obj; | ||||
| 14 | } | ||||||
| 15 | |||||||
| 16 | 1; |