blib/lib/WARC/Index/File/SDBM/Entry.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 WARC::Index::File::SDBM::Entry; # -*- CPerl -*- | ||||||
2 | |||||||
3 | 1 | 1 | 57484 | use strict; | |||
1 | 9 | ||||||
1 | 25 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 83 | ||||||
5 | |||||||
6 | require WARC::Index::Entry; | ||||||
7 | our @ISA = qw(WARC::Index::Entry); | ||||||
8 | |||||||
9 | require WARC; *WARC::Index::File::SDBM::Entry::VERSION = \$WARC::VERSION; | ||||||
10 | |||||||
11 | =head1 NAME | ||||||
12 | |||||||
13 | WARC::Index::File::SDBM::Entry - SDBM WARC index entries | ||||||
14 | |||||||
15 | =head1 SYNOPSIS | ||||||
16 | |||||||
17 | ... | ||||||
18 | |||||||
19 | =head1 DESCRIPTION | ||||||
20 | |||||||
21 | ... | ||||||
22 | |||||||
23 | =cut | ||||||
24 | |||||||
25 | 1; | ||||||
26 | __END__ |