http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5485 Summary: Add a framework for static source code analysis Change sponsored?: --- Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Architecture, internals, and plumbing AssignedTo: gmcharlt@gmail.com ReportedBy: colin.campbell@ptfs-europe.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Koha is very poor in test coverage. Add a script that will allow the option of using perlcritic to run static analysis on the perlcode. At present most code will fail these tests but using Test::Perl::Critic may encourage use of better practices in the source, Important that running of the tests is purely optional and does not add dependencies on the end user so script is conditional on setting an environment variable and the requisite module being installed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.