blib/lib/LINE/Bot/API/Client/Furl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 14 | 42.8 |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 46 | $args{'http_client'} ||= {} |
44 | 0 | 46 | $args{'http_client'}{'timeout'} ||= 3 |
125 | 3 | 1 | $headers //= [] |
141 | 1 | 0 | $headers //= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 0 | 46 | 0 | $args{'http_client'}{'agent'} ||= "LINE::Bot::API/$LINE::Bot::API::VERSION" |
200 | 0 | 0 | 0 | delete $options{'fh'} || 'File::Temp'->new(%options) |