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

suculent / thinx-device-api / #252646983

21 Mar 2022 12:58PM UTC coverage: 12.085% (+0.6%) from 11.517%
#252646983

push

suculent
submodule sync

111 of 2797 branches covered (3.97%)

Branch coverage included in aggregate %.

973 of 6173 relevant lines covered (15.76%)

0.39 hits per line

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

20.0
/lib/thinx/validator.js
1
module.exports = class Validator {
1✔
2
        static isJSON(json) {
3
                try {
×
4
                        JSON.parse(json);
×
5
                } catch (e) {
6
                        return false;
×
7
                }
8
                return true;
×
9
        }
10
};
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

© 2026 Coveralls, Inc