blib/lib/GuacLite/Client/Guacd.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
183 | 0 | 1 | 21 | defined $l and defined $s |
1 | 0 | 21 | defined $l and defined $s and &Scalar::Util::looks_like_number($l) |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 7 | shift() || {} |
112 | 4 | 2 | $proto->{$_} // '' |
172 | 49 | 0 | $_ //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
55 | 0 | 7 | 0 | $connect->{'address'} ||= $self->host |
56 | 0 | 7 | 0 | $connect->{'port'} ||= $self->port |