Branch Coverage

blib/lib/Plagger/Plugin/Notify/Slack.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
25 0 0 unless $$self{'remote'} = $self->conf->{'webhook_url'}
34 0 0 if &Encode::is_utf8($text)
37 0 0 if exists $self->conf->{'username'}
38 0 0 if exists $self->conf->{'icon_url'}
39 0 0 if exists $self->conf->{'icon_emoji'}
40 0 0 if exists $self->conf->{'channel'}
45 0 0 unless ($res->is_success)