Condition Coverage

blib/lib/XML/RSS/Headline.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 $args{'item'}{'title'} || $args{'item'}{'description'} and $args{'item'}{'link'}
33 0 0 0 $args{'url'} and $args{'headline'} || $args{'description'}

or 2 conditions

line l !l condition
20 0 0 $args{'headline_as_id'} || 0
149 0 0 (split(/$punctuation/, $description, 0))[0] || ''

or 3 conditions

line l !l&&r !l&&!r condition
25 0 0 0 $args{'item'}{'title'} || $args{'item'}{'description'}
33 0 0 0 $args{'headline'} || $args{'description'}
62 0 0 0 $self->guid || $self->url