Branch Coverage

blib/lib/Tak/Role/Service.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
7 0 0 unless ($type)
11 0 0 if (my $meth = $self->can("handle_$type")) { }
0 0 elsif ($meth = $self->can("start_${type}_request")) { }
13 0 0 if (eval { do { @result = $self->$meth(@payload); 1 } }) { }
16 0 0 if (ref $@ eq 'ARRAY') { }
31 0 0 if (my $meth = $self->can("receive_$type"))