Condition Coverage

blib/lib/Perl/Critic/Policy/Community/StrictWarnings.pm
Criterion Covered Total %
condition 16 19 84.2


and 3 conditions

line !l l&&!r l&&r condition
54 13 3 9 $include->version and "version"->parse($include->version) >= "version"->parse("v5.12")
55 0 23 2 defined $include->module and exists $strict_importers{$include->module}
56 13 9 3 $include->version and "version"->parse($include->version) >= "version"->parse("v5.36")
57 0 23 2 defined $include->module and exists $warnings_importers{$include->module}
59 8 8 9 $has_strict and $has_warnings

or 2 conditions

line l !l condition
34 18 1 $elem->find('PPI::Statement::Include') || []
53 25 0 $include->type // Deparse error: Can't locate object method "object_2svref" via package "B::SPECIAL" at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5018.