blib/lib/App/Rssfilter/Group.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 0 | 3 | 0 | exists $args{'rules'} and not +($Method::Signatures::mutc{'cache'}{'ArrayRef'} ||= 'Method::Signatures'->_make_constraint('ArrayRef'))->check($args{'rules'}) |
53 | 2 | 6 | 0 | blessed $app_rssfilter_group and $app_rssfilter_group->isa('App::Rssfilter::Group') |
77 | 1 | 3 | 0 | blessed $app_rssfilter_rule and $app_rssfilter_rule->isa('App::Rssfilter::Rule') |
96 | 2 | 7 | 0 | blessed $app_rssfilter_feed and $app_rssfilter_feed->isa('App::Rssfilter::Feed') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 3 | 0 | $Method::Signatures::mutc{'cache'}{'ArrayRef'} ||= 'Method::Signatures'->_make_constraint('ArrayRef') |