| blib/lib/TheSchwartz/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 TheSchwartz::Error; | ||||||
| 4 | 24 | 24 | 194 | use strict; | |||
| 24 | 67 | ||||||
| 24 | 855 | ||||||
| 5 | 24 | 24 | 132 | use base qw( Data::ObjectDriver::BaseObject ); | |||
| 24 | 56 | ||||||
| 24 | 2764 | ||||||
| 6 | |||||||
| 7 | __PACKAGE__->install_properties( | ||||||
| 8 | { columns => [qw( jobid funcid message error_time )], | ||||||
| 9 | datasource => 'error', | ||||||
| 10 | } | ||||||
| 11 | ); | ||||||
| 12 | |||||||
| 13 | 1; |