| blib/lib/IPC/Run3/ProfLogReader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 41 | 0 | 0 | 1 | defined $self->{'Source'} and length $self->{'Source'} |
| 88 | 3 | 0 | 1 | @ln == 1 and not length $ln[0] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 1 | 0 | 0 | ref $source eq "GLOB" or UNIVERSAL::isa($source, "IO::Handle") |
| 88 | 1 | 0 | 3 | @ln == 1 and not length $ln[0] or 0 == index($ln[0], "#") |