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

ledgersmb / LedgerSMB / 4401942645

pending completion
4401942645

push

github

GitHub
Jest components tests (#7264)

56 of 145 branches covered (38.62%)

48 of 50 new or added lines in 5 files covered. (96.0%)

3395 existing lines in 78 files now uncovered.

8599 of 20189 relevant lines covered (42.59%)

701.76 hits per line

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

0.0
/UI/js-src/lsmb/SubscribeRadioButton.js
UNCOV
1
/** @format */
×
UNCOV
2

×
3
define([
×
UNCOV
4
    "dojo/_base/declare",
×
UNCOV
5
    "dojo/topic",
×
UNCOV
6
    "dijit/form/RadioButton"
×
UNCOV
7
], function (declare, topic, RadioButton) {
×
8
    return declare("lsmb/SubscribeRadioButton", [RadioButton], {
×
UNCOV
9
        topic: "",
×
UNCOV
10
        update: function (targetValue) {
×
11
            this.set("checked", targetValue);
×
UNCOV
12
        },
×
UNCOV
13
        postCreate: function () {
×
14
            var self = this;
×
15
            this.inherited(arguments);
×
UNCOV
16

×
17
            this.own(
×
UNCOV
18
                topic.subscribe(self.topic, function (targetValue) {
×
19
                    self.update(targetValue);
×
UNCOV
20
                })
×
UNCOV
21
            );
×
UNCOV
22
        }
×
UNCOV
23
    });
×
UNCOV
24
});
×
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