[Koha-bugs] [Bug 5485] New: Add a framework for static source code analysis

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 13 12:23:20 CET 2010


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 at gmail.com
        ReportedBy: colin.campbell at ptfs-europe.com
         QAContact: koha-bugs at 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.


More information about the Koha-bugs mailing list