• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ledgersmb / LedgerSMB / 4420720078

pending completion
4420720078

Pull #7265

github

GitHub
Merge 148eb58e9 into 1b964caf0
Pull Request #7265: Feature/consistency checks

56 of 145 branches covered (38.62%)

7 of 28 new or added lines in 2 files covered. (25.0%)

3399 existing lines in 78 files now uncovered.

8606 of 20217 relevant lines covered (42.57%)

693.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/UI/js-src/lsmb/ToggleIncludeButton.js
UNCOV
1
/** @format */
×
UNCOV
2
/* global dojo, dijit */
×
UNCOV
3

×
4
define(["dojo/_base/declare", "dijit/form/Button"], function (declare, button) {
×
5
    return declare("lsmb/payments/ToggleIncludeButton", [button], {
×
UNCOV
6
        query: null,
×
UNCOV
7
        onClick: function () {
×
8
            dojo.query(this.query, this.valueNode.form).forEach(function (
×
UNCOV
9
                node
×
UNCOV
10
            ) {
×
11
                var n = dijit.getEnclosingWidget(node);
×
12
                n.set("checked", !n.get("checked"));
×
UNCOV
13
            });
×
UNCOV
14
        }
×
UNCOV
15
    });
×
UNCOV
16
});
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc