blib/lib/HTTPx/Dispatcher/Rule.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 10 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 50 | 8 | 0 | exists $$requirements{$key} and not $$response{$key} =~ /$$requirements{$key}/ |
141 | 23 | 0 | 8 | $$self{$key} and $$self{$key} eq $val |
line | l | !l | condition |
---|---|---|---|
12 | 31 | 12 | $args ||= {} |
13 | 16 | 27 | $$args{'conditions'} ||= {} |