blib/lib/Test/PureASCII.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 24 | 29.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 363 | 0 | 0 | $forbid_control and /([\x00-\x08\x0b-\x1F])/ |
96 | 363 | 0 | 0 | $forbid_tab and /([\x09])/ |
99 | 363 | 0 | 0 | $forbid_cr and /([\x0d])/ |
102 | 363 | 0 | 0 | $require_crlf and /(\x0d(?!\x0a)|(? |
112 | 363 | 0 | 0 | $skip_data and /^__DATA__$/ |
166 | 0 | 0 | 22 | $_ ne 'CVS' and $_ ne '.svn' |
200 | 0 | 0 | 0 | $_ ne 'CVS' and $_ ne '.svn' |
233 | 8 | 0 | 0 | defined $first and $first =~ /^#!.*perl/ |