http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6679
--- Comment #209 from M. Tompsett <[email protected]> --- Comment on attachment 34197 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34197 Bug 6679: (follow-up) fix 9 perlcritic violations in C4/TmplTokenType.pm Review of attachment 34197: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6679&attachment=34197) ----------------------------------------------------------------- ::: C4/TmplTokenType.pm @@ +90,5 @@ > +sub DECL { $_decl } > +sub PI { $_pi } > +sub DIRECTIVE { $_directive } > +sub COMMENT { $_comment } > +sub UNKNOWN { $_unknown } DECL, PI, COMMENT, and UNKNOWN seem to have no easy way to test them. Consider improving testing coverage for TmplTokenType explicitly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
