blib/lib/KinoSearch1/Util/MathUtils.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 | package KinoSearch1::Util::MathUtils; | ||||||
2 | 50 | 50 | 260 | use strict; | |||
50 | 94 | ||||||
50 | 1764 | ||||||
3 | 50 | 50 | 254 | use warnings; | |||
50 | 83 | ||||||
50 | 1886 | ||||||
4 | 50 | 50 | 370 | use base qw( Exporter ); | |||
50 | 97 | ||||||
50 | 5610 | ||||||
5 | our @EXPORT_OK = qw( ceil ); | ||||||
6 | |||||||
7 | 1; | ||||||
8 | |||||||
9 | __END__ |