blib/lib/Devel/Dumpvar.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 12 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 2 | 0 | 0 | &Scalar::Util::blessed($to) and $to->can('print') |
61 | 0 | 0 | 2 | not ref $to and $to eq 'return' |
314 | 0 | 0 | 0 | &Scalar::Util::blessed($$self{'to'}) and $$self{'to'}->can('print') |
332 | 0 | 0 | 18 | defined $$self{'to'} and not ref $$self{'to'} |