blib/lib/DDP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 15 | 15 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package DDP; | ||||||
2 | 1 | 1 | 503 | use strict; | |||
1 | 2 | ||||||
1 | 25 | ||||||
3 | 1 | 1 | 5 | use warnings; | |||
1 | 1 | ||||||
1 | 20 | ||||||
4 | 1 | 1 | 475 | use Data::Printer; | |||
1 | 2 | ||||||
1 | 5 | ||||||
5 | |||||||
6 | BEGIN { | ||||||
7 | 1 | 1 | 7 | push our @ISA, 'Data::Printer'; | |||
8 | 1 | 25 | our $VERSION = $Data::Printer::VERSION; | ||||
9 | } | ||||||
10 | 1; | ||||||
11 | __END__ |