blib/lib/Tie/MLDBM/Store/DB_File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 3 | 33.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 2 | 4 | 50.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Tie::MLDBM::Store::DB_File; | ||||||
2 | |||||||
3 | 1 | 1 | 36881 | use DB_File; | |||
0 | |||||||
0 | |||||||
4 | |||||||
5 | use strict; | ||||||
6 | use vars qw/ @ISA $VERSION /; | ||||||
7 | |||||||
8 | @ISA = qw/ DB_File /; | ||||||
9 | $VERSION = '1.04'; | ||||||
10 | |||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | |||||||
15 | __END__ |