lib/Flux/In/Role/Lag.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 Flux::In::Role::Lag; | ||||||
2 | { | ||||||
3 | $Flux::In::Role::Lag::VERSION = '1.03'; | ||||||
4 | } | ||||||
5 | |||||||
6 | # ABSTRACT: role for input streams which are aware of their lag | ||||||
7 | |||||||
8 | |||||||
9 | 2 | 2 | 1112 | use Moo::Role; | |||
2 | 4 | ||||||
2 | 25 | ||||||
10 | |||||||
11 | requires 'lag'; | ||||||
12 | |||||||
13 | |||||||
14 | 1; | ||||||
15 | |||||||
16 | __END__ |