Condition Coverage

blib/lib/App/MonM/Notifier/Channel.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
365 0 0 0 $headers and is_hash($headers)
0 0 0 $headers and is_hash($headers) and keys %$headers

or 2 conditions

line l !l condition
359 0 0 value($conf, 'from') // ''
360 0 0 value($conf, 'to') || value($data, 'to') || 'anonymous'
0 0 value($data, 'subject') || ''
380 0 0 value($conf, 'contenttype') // 'text/plain'
381 0 0 value($conf, 'charset') // 'utf-8'
382 0 0 value($conf, 'encoding') // '8bit'