Condition Coverage

blib/lib/BusyBird/Input/Feed.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
45 0 521 0 $scheme and $authority
64 120 402 558 $self->{'image_max_num'} < 0 || @urls < $self->{'image_max_num'} and $content =~ /<\s*img\s+[^>]*src\s*=\s*(['"])([^>]+?)\1[^>]*>/gi
69 0 27 0 defined $url_head and defined $url_dir
84 0 0 0 defined $home_url and $home_url =~ m[^https?://]i
105 0 0 0 defined $type and not $type =~ /^image/i
141 45 0 502 defined $created_at_dt and defined $item_id

or 3 conditions

line l !l&&r !l&&!r condition
64 160 800 120 $self->{'image_max_num'} < 0 || @urls < $self->{'image_max_num'}