Branch Coverage

blib/lib/POE/Component/MessageQueue/Storage/Throttled.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
74 186 203 if (my $msg = $_[0]) { }
110 203 186 if ($self->sent < $self->throttle_max) { }
116 201 2 if $callback
134 3 203 if ($self->shutting_down and $self->throttle_count == 0)