| blib/lib/Sprocket/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 30 | 43.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 92 | 10 | 0 | 0 | defined $opts{'alias'} and length $opts{'alias'} | 
| 98 | 10 | 0 | 0 | defined $logger and not UNIVERSAL::can($logger, 'put') | 
| 183 | 0 | 0 | 0 | $$ev{'options'} and ref $$ev{'options'} eq 'ARRAY' | 
| 313 | 12 | 0 | 3 | $self->shutting_down and $self->connections <= 0 | 
| 325 | 14 | 0 | 14 | $_[2] and ref $_[2] | 
| 493 | 1 | 16 | 24 | UNIVERSAL::can($con, 'plugin') and my $t = $con->plugin | 
| 567 | 0 | 0 | 0 | $_[2] and ref $_[2] | 
| line | l | !l | condition | 
|---|---|---|---|
| 169 | 0 | 10 | $$t{'priority'} || 0 | 
| 424 | 0 | 10 | $pri ||= 0 | 
| 496 | 0 | 17 | $i ||= 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 115 | 0 | 10 | 0 | ref $class || $class |