blib/lib/BusyBird/Watcher/Aggregator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 14 | 14 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | 1 | 1 | 100.0 |
total | 20 | 20 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package BusyBird::Watcher::Aggregator; | ||||||
2 | 11 | 11 | 44 | use strict; | |||
11 | 13 | ||||||
11 | 394 | ||||||
3 | 11 | 11 | 44 | use warnings; | |||
11 | 12 | ||||||
11 | 257 | ||||||
4 | 11 | 11 | 5025 | use Async::Selector 1.03; | |||
11 | 24356 | ||||||
11 | 291 | ||||||
5 | 11 | 11 | 62 | use parent qw(BusyBird::Watcher Async::Selector::Aggregator); | |||
11 | 17 | ||||||
11 | 74 | ||||||
6 | |||||||
7 | sub new { | ||||||
8 | 186 | 186 | 1 | 283 | my ($class, @args) = @_; | ||
9 | 186 | 709 | return $class->SUPER::new(@args); | ||||
10 | } | ||||||
11 | |||||||
12 | 1; |