Condition Coverage

blib/lib/MIME/Head.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
791 238 0 79 defined $value and $value ne ''
238 3 76 defined $value and $value ne '' and $value =~ /\S/

or 2 conditions

line l !l condition
388 0 2 shift() || 0
665 428 1174 $subtag ||= '_'
700 149 137 $self->mime_attr('content-transfer-encoding') || '7bit'
735 9 151 $self->mime_attr('content-type') || $self->{'MIH_DefaultType'} || 'text/plain'

or 3 conditions

line l !l&&r !l&&!r condition
389 0 0 2 $force eq 'I_NEED_TO_FIX_THIS' or $force eq 'I_KNOW_WHAT_I_AM_DOING'
534 69 0 0 $fh ||= select
737 0 854 0 $] <= 5.008 or $] >= 5.014