| blib/lib/WebService/Validator/HTML/W3C/Error.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$ | ||||||
| 2 | |||||||
| 3 | package WebService::Validator::HTML::W3C::Error; | ||||||
| 4 | |||||||
| 5 | 15 | 15 | 87 | use strict; | |||
| 15 | 98 | ||||||
| 15 | 707 | ||||||
| 6 | 15 | 15 | 83 | use base qw(Class::Accessor); | |||
| 15 | 29 | ||||||
| 15 | 1978 | ||||||
| 7 | |||||||
| 8 | __PACKAGE__->mk_accessors( qw( line col msg msgid explanation source ) ); | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | __END__ |