blib/lib/Email/Simple/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 21 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
204 | 68 | 0 | 10 | wantarray and not defined $index |
418 | 0 | 0 | 39 | $arg->{'at'} and $arg->{'at'} > 0 |
line | l | !l | condition |
---|---|---|---|
46 | 53 | 5 | $arg->{'crlf'} || "\r\n" |
105 | 0 | 53 | $arg ||= {} |
398 | 59 | 0 | $arg ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 47 | 2 | 394 | /^\s+/ or not /^([^:]+):\s*(.*)/ |
404 | 59 | 0 | 0 | $arg->{'indent'} || $self->_default_fold_indent |
420 | 39 | 0 | 0 | $arg->{'at'} || $self->_default_fold_at |