| lib/Devel/Trepan/Interface.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | defined $self->{'input'} and not $self->{'input'}->is_closed |
| 57 | 0 | 0 | 0 | defined $self->{'output'} and not $self->{'output'}->is_closed |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 14 | 0 | $opts ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 40 | 2 | 12 | 0 | $inp || 'Devel::Trepan::IO::Input'->new(undef, $input_opts) |
| 1 | 13 | 0 | $out || 'Devel::Trepan::IO::Output'->new |