blib/lib/WebService/Validator/HTML/W3C/Warning.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 | # $Id: Error.pm 32 2003-11-26 13:52:18Z struan $ | ||||||
2 | |||||||
3 | package WebService::Validator::HTML::W3C::Warning; | ||||||
4 | |||||||
5 | 15 | 15 | 290 | use strict; | |||
15 | 31 | ||||||
15 | 556 | ||||||
6 | 15 | 15 | 76 | use base qw(Class::Accessor); | |||
15 | 27 | ||||||
15 | 1347 | ||||||
7 | |||||||
8 | __PACKAGE__->mk_accessors( qw( line col msg source ) ); | ||||||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | __END__ |