lib/Told/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 20 | 70.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
131 | 3 | 1 | 0 | $cnt_fn_tags <= 0 and $cnt_known_tags <= 0 |
13 | 4 | 0 | $$self{'defaulttags'} and ($cnt_fn_tags <= 0 and $cnt_known_tags <= 0) | |
175 | 9 | 0 | 1 | $message and length $message > 0 |
line | l | !l | condition |
---|---|---|---|
37 | 13 | 6 | $$config{'host'} || '' |
38 | 2 | 17 | $$config{'type'} || '' |
41 | 0 | 19 | $$config{'connection'} || 'POST' |
143 | 10 | 7 | $_type || $$self{'type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
122 | 0 | 0 | 17 | not $$self{'host'} or length $$self{'host'} == 0 |