| blib/lib/Moose/Meta/Attribute/Custom/Trait/KiokuDB/DoNotSerialize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #!/usr/bin/perl | ||||||
| 2 | |||||||
| 3 | package Moose::Meta::Attribute::Custom::Trait::KiokuDB::DoNotSerialize; | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 7298 | use KiokuDB::Meta::Attribute::DoNotSerialize; | |||
| 1 | 3 | ||||||
| 1 | 22 | ||||||
| 6 | |||||||
| 7 | __PACKAGE__ | ||||||
| 8 | |||||||
| 9 | __END__ |