blib/lib/Sort/Sub/first_num_in_text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 8 | 8 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 11 | 11 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Sort::Sub::first_num_in_text; | ||||||
2 | |||||||
3 | our $DATE = '2016-12-16'; # DATE | ||||||
4 | our $VERSION = '0.002'; # VERSION | ||||||
5 | |||||||
6 | 1 | 1 | 1980 | use 5.010001; | |||
1 | 10 | ||||||
7 | 1 | 1 | 4 | use strict; | |||
1 | 2 | ||||||
1 | 24 | ||||||
8 | 1 | 1 | 4 | use warnings; | |||
1 | 2 | ||||||
1 | 65 | ||||||
9 | require Sort::Sub::num_in_text; | ||||||
10 | *gen_sorter = \&Sort::Sub::num_in_text::gen_sorter; | ||||||
11 | |||||||
12 | 1; | ||||||
13 | # ABSTRACT: Alias for Sort::Sub::num_in_text | ||||||
14 | |||||||
15 | __END__ |