blib/lib/Smart/Dispatch/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 18 | 27.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 2 | 2 | 0 | @otherwise and &refaddr($otherwise[0]) != &refaddr($self->match_list->[-1]) |
128 | 0 | 0 | 0 | $other->isa('Smart::Dispatch::Match') and not $other->is_unconditional |
0 | 0 | 0 | $other->isa('Smart::Dispatch::Match') and $other->is_unconditional | |
174 | 0 | 0 | 0 | $other->isa('Smart::Dispatch::Match') and not $other->is_unconditional |
0 | 0 | 0 | $other->isa('Smart::Dispatch::Match') and $other->is_unconditional |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
96 | 9 | 3 | 1 | $allow_fails or not $cond->is_failover |