1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/perlcritic_4.out

43 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-09-23 23:54:48 +02:00
Warnings disabled at line 3441, column 9. See page 431 of PBP. (Severity: 4)
Warnings disabled at line 3442, column 9. See page 431 of PBP. (Severity: 4)
Warnings disabled at line 3474, column 9. See page 431 of PBP. (Severity: 4)
Warnings disabled at line 3475, column 9. See page 431 of PBP. (Severity: 4)
Use "<>" or "<ARGV>" or a prompting module instead of "<STDIN>" at line 3623, column 24. See pages 216,220,221 of PBP. (Severity: 4)
Expression form of "eval" at line 5413, column 27. See page 161 of PBP. (Severity: 5)
Expression form of "eval" at line 5658, column 27. See page 161 of PBP. (Severity: 5)
Expression form of "eval" at line 7896, column 27. See page 161 of PBP. (Severity: 5)
Expression form of "eval" at line 8135, column 27. See page 161 of PBP. (Severity: 5)
Expression form of "eval" at line 9789, column 56. See page 161 of PBP. (Severity: 5)
Expression form of "eval" at line 9793, column 58. See page 161 of PBP. (Severity: 5)
Magic variable "*STDERR" should be assigned as "local" at line 10509, column 17. See pages 81,82 of PBP. (Severity: 4)
One-argument "select" used at line 10510, column 9. See page 224 of PBP. (Severity: 4)
Close filehandles as soon as possible after opening them at line 11091, column 9. See page 209 of PBP. (Severity: 4)
2016-09-19 17:17:24 +02:00
2017-09-23 23:54:48 +02:00
1 files.
367 subroutines/methods.
11,872 statements.
2016-09-19 17:17:24 +02:00
2017-09-23 23:54:48 +02:00
11,937 lines, consisting of:
2,225 blank lines.
764 comment lines.
2016-09-19 17:17:24 +02:00
0 data lines.
2017-09-23 23:54:48 +02:00
8,314 lines of Perl code.
634 lines of POD.
2016-09-19 17:17:24 +02:00
2017-09-23 23:54:48 +02:00
Average McCabe score of subroutines was 4.10.
2016-09-19 17:17:24 +02:00
2017-09-23 23:54:48 +02:00
14 violations.
Violations per file was 14.000.
2016-09-19 17:17:24 +02:00
Violations per statement was 0.001.
Violations per line of code was 0.001.
6 severity 5 violations.
2017-09-23 23:54:48 +02:00
8 severity 4 violations.
2016-09-19 17:17:24 +02:00
6 violations of BuiltinFunctions::ProhibitStringyEval.
2017-09-23 23:54:48 +02:00
1 violations of InputOutput::ProhibitExplicitStdin.
2016-09-19 17:17:24 +02:00
1 violations of InputOutput::ProhibitOneArgSelect.
2017-09-23 23:54:48 +02:00
1 violations of InputOutput::RequireBriefOpen.
4 violations of TestingAndDebugging::ProhibitNoWarnings.
2016-09-19 17:17:24 +02:00
1 violations of Variables::RequireLocalizedPunctuationVars.