| blib/lib/Role/TinyCommons/Collection/CompareItems.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 | package Role::TinyCommons::Collection::CompareItems; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 387210 | use Role::Tiny; | |||
| 1 | 7857 | ||||||
| 1 | 9 | ||||||
| 4 | |||||||
| 5 | our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY | ||||||
| 6 | our $DATE = '2024-01-16'; # DATE | ||||||
| 7 | our $DIST = 'Role-TinyCommons-Collection'; # DIST | ||||||
| 8 | our $VERSION = '0.010'; # VERSION | ||||||
| 9 | |||||||
| 10 | ### required methods | ||||||
| 11 | |||||||
| 12 | requires 'cmp_items'; | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | # ABSTRACT: The cmp_items() interface | ||||||
| 16 | |||||||
| 17 | __END__ |