blib/lib/Perinci/Result/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 12 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 1 | 4 | 10 | defined $res->[0] and $res->[0] =~ /\A[0-9]{1,3}\z/ |
5 | 1 | 9 | defined $res->[0] and $res->[0] =~ /\A[0-9]{1,3}\z/ and $res->[0] >= 100 | |
5 | 1 | 8 | defined $res->[0] and $res->[0] =~ /\A[0-9]{1,3}\z/ and $res->[0] >= 100 and $res->[0] < 599 | |
33 | 4 | 1 | 1 | defined $res->[3] and ref $res->[3] ne 'HASH' |