blib/lib/Net/STF/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 17 | 17.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 1 | 0 | 0 | @_ == 1 and ref $_[0] eq 'HASH' |
35 | 1 | 0 | 0 | @_ == 2 and not ref $_[0] |
1 | 0 | 0 | @_ == 2 and not ref $_[0] and ref $_[1] eq 'HASH' | |
110 | 0 | 0 | 0 | defined $username and defined $password |
line | l | !l | condition |
---|---|---|---|
107 | 0 | 0 | $$furlopts{'headers'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
153 | 0 | 0 | 0 | $$opts{'repl_count'} || $self->repl_count |