blib/lib/Slack/WebHook.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 16 | 37.5 |
line | l | !l | condition |
---|---|---|---|
83 | 2 | 0 | $self->_started_at // 0 |
168 | 0 | 0 | $caller[3] // 'unknown' |
196 | 0 | 0 | (($opts{'text'} // $opts{'body'}) // $opts{'content'}) // '' |
202 | 10 | 0 | $color //= '#2eb886' |
203 | 10 | 0 | $text //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
196 | 9 | 1 | 0 | $opts{'text'} // $opts{'body'} |
1 | 0 | 0 | ($opts{'text'} // $opts{'body'}) // $opts{'content'} |