blib/lib/Net/SinFP3/Ext/DBI/OsVersionChildren.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 | # | ||||||
2 | # $Id: OsVersionChildren.pm 22 2015-01-04 16:42:47Z gomor $ | ||||||
3 | # | ||||||
4 | package Net::SinFP3::Ext::DBI::OsVersionChildren; | ||||||
5 | 1 | 1 | 532 | use strict; | |||
1 | 2 | ||||||
1 | 40 | ||||||
6 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 35 | ||||||
7 | |||||||
8 | 1 | 1 | 5 | use base qw(Net::SinFP3::Ext::DBI); | |||
1 | 1 | ||||||
1 | 643 | ||||||
9 | |||||||
10 | __PACKAGE__->table('OsVersionChildren'); | ||||||
11 | __PACKAGE__->columns(All => qw/ | ||||||
12 | idOsVersionChildren | ||||||
13 | idSignature | ||||||
14 | idSignatureP | ||||||
15 | idOsVersion | ||||||
16 | /); | ||||||
17 | |||||||
18 | 1; | ||||||
19 | |||||||
20 | __END__ |