blib/lib/Rose/Class.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 Rose::Class; | ||||||
2 | |||||||
3 | 3 | 3 | 12887 | use strict; | |||
3 | 8 | ||||||
3 | 1259 | ||||||
4 | |||||||
5 | our $VERSION = '0.81'; | ||||||
6 | |||||||
7 | use Rose::Class::MakeMethods::Generic | ||||||
8 | ( | ||||||
9 | 3 | 43 | scalar => 'error', | ||||
10 | 3 | 3 | 10306 | ); | |||
3 | 9 | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |