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

gulpjs / gulp-cli / 15379317059

01 Jun 2025 08:53PM UTC coverage: 97.865%. Remained the same
15379317059

push

github

web-flow
chore: release 3.1.0 (#273)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

314 of 335 branches covered (93.73%)

596 of 609 relevant lines covered (97.87%)

122.68 hits per line

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

100.0
/lib/shared/is-object.js
1
'use strict';
2

3
function isObject(v) {
4
  return (v != null && typeof v === 'object' && !Array.isArray(v));
551✔
5
}
6

7
module.exports = isObject;
110✔
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