[Koha-bugs] [Bug 13899] Adding misc/devel/coverage.pl, a script making a cover on all modules to see which ones are not tested yet.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 13 11:56:46 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13899

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Julian,
1/ I would suggest you to replace 
  $sth = $dbh->prepare($query);
  $sth->execute($biblionumber1, $status);
  $count = $sth->fetchrow_array;
 with a call to $dbh->selectrow_array

2/ use perltidy on new file.

3/ use the qa script to catch the trailing spaces

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list