blib/lib/Net/Inspect/Flow.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 16 | 12.5 |
line | true | false | branch |
---|---|---|---|
14 | 2 | 28 | if (not ref $class) { } |
41 | 0 | 0 | if (@methods) |
44 | 0 | 0 | unless (UNIVERSAL::can($clname, 'new')) |
46 | 0 | 0 | unless eval "package $clname; use base 'Net::Inspect::Flow::Any';1" |
53 | 0 | 0 | if (wantarray) { } |
54 | 0 | 0 | unless my(@rv) = $flow->$method(@_) |
57 | 0 | 0 | unless defined(my $rv = $flow->$method(@_)) |
69 | 0 | 0 | if (not ref $class) { } |