| blib/lib/Data/Record/Serialize/Role/Sink/Stream.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 100 | 2 | 15 | if ($ref eq "") |
| 101 | 1 | 1 | if ref \$output eq "GLOB" |
| 102 | 0 | 1 | if $output eq "-" |
| 111 | 3 | 0 | if $ref eq "GLOB" or &Scalar::Util::blessed($output) and $output->isa('IO::Handle') || $output->isa('FileHandle') |
| 118 | 12 | 0 | if $ref eq "SCALAR" |
| 155 | 10 | 10 | if $in_global_destruction or $self->_passed_fh |
| 159 | 9 | 1 | if $self->has_fh |