Branch Coverage

blib/lib/Smart/Dispatch/Match.pm
Criterion Covered Total %
branch 4 14 28.5


line true false branch
6 0 5 $ENV{'PERL_SMART_DISPATCH_TYPE_CHECKS'} == 42 ? :
84 0 0 if $self->has_value
85 0 0 if $self->has_dispatch
86 0 0 if $self->is_failover
87 0 0 if $self->is_unconditional
103 11 2 if ($self->has_dispatch) { }
2 0 elsif ($self->has_value) { }