blib/lib/AnyEvent/Radius/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | l | !l | condition |
---|---|---|---|
144 | 1 | 0 | $h{'port'} // 1812 |
0 | 1 | $h{'read_timeout'} // 5 | |
0 | 1 | $h{'write_timeout'} // 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
46 | 0 | 1 | 0 | $h{'packer'} or $h{'secret'} |
77 | 2 | 0 | 0 | $on_read or $req_callback |
155 | 0 | 1 | 0 | $h{'packer'} || 'Data::Radius::Packet'->new('dict', $h{'dictionary'}, 'secret', $h{'secret'}) |