https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684
--- Comment #14 from Marcel de Rooy <[email protected]> --- Interesting indeed: perl -MPod::Coverage=C4::SIP::ILS::Patron -e 1 C4::SIP::ILS::Patron has a Pod::Coverage rating of 0.214285714285714 The following are uncovered: build_custom_field_string, build_patron_attributes_string, charge_denied, charged_items, excessive_fees, excessive_fines, expired, fine_items, fines_amount, format, hold_items, holds_blocked_by_excessive_fees, inet_privileges, invalid_patron, library_name, new, overdue_items, recall_items, too_many_lost, unavail_holds, update_lastseen, x_items root@master:/usr/share/koha# rm C4/SIP/ILS/Patron.pod root@master:/usr/share/koha# perl -MPod::Coverage=C4::SIP::ILS::Patron -e 1 C4::SIP::ILS::Patron has a Pod::Coverage rating of 0.178571428571429 The following are uncovered: block, charge_denied, charged_items, check_password, drop_hold, enable, excessive_fees, excessive_fines, expired, fee_amount, fine_items, fines_amount, hold_items, holds_blocked_by_excessive_fees, inet_privileges, invalid_patron, language, library_name, new, overdue_items, recall_items, unavail_holds, x_items => Deleting the Patron.pod makes a difference in the POD::Coverage output used by qa tools. Note for QA/RM: The warn on too_many_lost is a false negative. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
