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