Branch Coverage

blib/lib/Async/Selector/Aggregator.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
18 1 91 unless (defined $watcher and blessed $watcher and $watcher->can('active') and $watcher->can('cancel'))
21 2 89 if ($self eq $watcher)
26 12 77 if ($w_active and not $s_active) { }
5 140 elsif (not $w_active and $s_active) { }