| blib/lib/KiokuDB/TypeMap/Entry/Std.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #!/usr/bin/perl | ||||||
| 2 | |||||||
| 3 | package KiokuDB::TypeMap::Entry::Std; | ||||||
| 4 | 24 | 24 | 15704 | use Moose::Role; | |||
| 24 | 21699 | ||||||
| 24 | 169 | ||||||
| 5 | |||||||
| 6 | 24 | 24 | 110482 | use KiokuDB::TypeMap::Entry::Compiled; | |||
| 24 | 61 | ||||||
| 24 | 1001 | ||||||
| 7 | |||||||
| 8 | 24 | 24 | 180 | use namespace::clean -except => 'meta'; | |||
| 24 | 55 | ||||||
| 24 | 183 | ||||||
| 9 | |||||||
| 10 | with qw( | ||||||
| 11 | KiokuDB::TypeMap::Entry | ||||||
| 12 | KiokuDB::TypeMap::Entry::Std::ID | ||||||
| 13 | KiokuDB::TypeMap::Entry::Std::Compile | ||||||
| 14 | KiokuDB::TypeMap::Entry::Std::Intrinsic | ||||||
| 15 | ); | ||||||
| 16 | |||||||
| 17 | |||||||
| 18 | __PACKAGE__ | ||||||
| 19 | |||||||
| 20 | __END__ |