File Coverage

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