blib/lib/Palm/Progect/Prefs.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 | |||||||
2 | package Palm::Progect::Prefs; | ||||||
3 | 7 | 7 | 35 | use strict; | |||
7 | 11 | ||||||
7 | 256 | ||||||
4 | |||||||
5 | =head1 NAME | ||||||
6 | |||||||
7 | Palm::Progect::Prefs - Preferences of the Progect Database | ||||||
8 | |||||||
9 | =head1 DESCRIPTION | ||||||
10 | |||||||
11 | The Preferences system is not currently implemented. | ||||||
12 | |||||||
13 | =cut | ||||||
14 | |||||||
15 | 7 | 7 | 31 | use base 'Palm::Progect::VersionDelegator'; | |||
7 | 12 | ||||||
7 | 558 | ||||||
16 | |||||||
17 | 1; | ||||||
18 | |||||||
19 | __END__ |