[Koha-bugs] [Bug 32684] Implement SIP patron status field "too many items lost"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 8 14:25:32 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32684

--- Comment #14 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
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 at master:/usr/share/koha# rm C4/SIP/ILS/Patron.pod

root at 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.


More information about the Koha-bugs mailing list