| blib/lib/Search/GIN/Keys.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 16 | 16 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 4 | 4 | 1908 | use strict; | |||
| 4 | 6 | ||||||
| 4 | 161 | ||||||
| 2 | 4 | 4 | 22 | use warnings; | |||
| 4 | 7 | ||||||
| 4 | 203 | ||||||
| 3 | package Search::GIN::Keys; | ||||||
| 4 | |||||||
| 5 | our $VERSION = '0.11'; | ||||||
| 6 | |||||||
| 7 | 4 | 4 | 19 | use Moose::Role; | |||
| 4 | 6 | ||||||
| 4 | 21 | ||||||
| 8 | 4 | 4 | 16200 | use namespace::autoclean; | |||
| 4 | 7 | ||||||
| 4 | 25 | ||||||
| 9 | |||||||
| 10 | requires qw(process_keys); | ||||||
| 11 | |||||||
| 12 | 1; |