blib/lib/IPC/Run3/ProfLogReader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 0 | 0 | 1 | defined $$self{'Source'} and length $$self{'Source'} |
87 | 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') |
87 | 1 | 0 | 3 | @ln == 1 and not length $ln[0] or 0 == index($ln[0], '#') |