| 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 | 2322 | use strict; | |||
| 4 | 8 | ||||||
| 4 | 147 | ||||||
| 2 | 4 | 4 | 18 | use warnings; | |||
| 4 | 7 | ||||||
| 4 | 192 | ||||||
| 3 | package Search::GIN::Keys; | ||||||
| 4 | our $VERSION = '0.10'; | ||||||
| 5 | 4 | 4 | 18 | use Moose::Role; | |||
| 4 | 5 | ||||||
| 4 | 26 | ||||||
| 6 | 4 | 4 | 16807 | use namespace::autoclean; | |||
| 4 | 7 | ||||||
| 4 | 27 | ||||||
| 7 | |||||||
| 8 | requires qw(process_keys); | ||||||
| 9 | |||||||
| 10 | 1; |