Branch Coverage

blib/lib/Log/Dispatch/Slack.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
73 0 0 if ($self->{'die_on_error'})
88 1 4 $self->{'utf8'} ? :
89 0 5 if ($p{'icon'}) { }
2 3 elsif ($self->{'icon'}) { }
95 0 5 if ($p{'username'}) { }
2 3 elsif ($self->{'username'}) { }
105 2 3 unless ($response->{'ok'})
108 1 1 if ($self->{'die_on_error'})