Condition Coverage

blib/lib/Siesta/Message.pm
Criterion Covered Total %
condition 12 20 60.0


and 3 conditions

line !l l&&!r l&&r condition
149 13 4 0 $plugin->process($self) and not $ENV{'SIESTA_NON_STOP'}

or 2 conditions

line l !l condition
38 15 16 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
37 0 31 0 ref $referent || $referent
86 13 0 0 $args{'body'} || $self->body
87 6 7 0 $args{'to'} || $self->from
88 8 5 0 $args{'from'} || ($self->to)[0]
89 2 11 0 $args{'subject'} || 'Re: ' . ($self->subject || 'Your mail')