blib/lib/ITM/Sync.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 7 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 3 | 66.6 |
pod | 0 | 1 | 0.0 |
total | 8 | 11 | 72.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package ITM::Sync; | ||||||
2 | our $AUTHORITY = 'cpan:GETTY'; | ||||||
3 | $ITM::Sync::VERSION = '0.002'; | ||||||
4 | 4 | 4 | 1962 | use Moo; | |||
4 | 45172 | ||||||
4 | 20 | ||||||
5 | 4 | 4 | 4963 | use ITM; | |||
4 | 8 | ||||||
4 | 269 | ||||||
6 | |||||||
7 | with qw( ITM::Role ); | ||||||
8 | |||||||
9 | 0 | 0 | 0 | sub type { ITM_SYNC() } | |||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | __END__ |