blib/lib/System/Info/Generic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package System::Info::Generic; | ||||||
2 | |||||||
3 | 3 | 3 | 450 | use strict; | |||
3 | 7 | ||||||
3 | 92 | ||||||
4 | 3 | 3 | 16 | use warnings; | |||
3 | 6 | ||||||
3 | 81 | ||||||
5 | |||||||
6 | 3 | 3 | 16 | use base "System::Info::Base"; | |||
3 | 4 | ||||||
3 | 354 | ||||||
7 | |||||||
8 | our $VERSION = "0.050"; | ||||||
9 | |||||||
10 | =head1 NAME | ||||||
11 | |||||||
12 | System::Info::Generic - Object for Generic info. | ||||||
13 | |||||||
14 | =head1 DESCRIPTION | ||||||
15 | |||||||
16 | Just because it's ugly to have instances of the base class. | ||||||
17 | |||||||
18 | =cut | ||||||
19 | |||||||
20 | 1; | ||||||
21 | |||||||
22 | __END__ |