Condition Coverage

blib/lib/WWW/FetchStory.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
106 0 0 0 -f $first_url and $args{'rurl'}
0 0 0 -f $first_url and $args{'rurl'} and $fe->allow($args{'rurl'})

or 3 conditions

line l !l&&r !l&&!r condition
58 0 0 0 ref $class || $class
106 0 0 0 $fe->allow($first_url) or -f $first_url and $args{'rurl'} and $fe->allow($args{'rurl'})