blib/lib/Win32/Tracert.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 2 | 5 | 1 | defined $self->circuit and defined $self->destination |
22 | 2 | 4 | 1 | not defined $self->destination and scalar @{$self->circuit;} == 0 |
23 | 4 | 1 | 1 | not defined $self->circuit and $self->destination eq '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 3 | 0 | 6 | defined $self->destination or defined $self->circuit |