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

snatalenko / node-cqrs / 16896399211

27 Oct 2024 11:37PM UTC coverage: 94.396% (+10.8%) from 83.547%
16896399211

push

github

snatalenko
1.0.0-rc.5

563 of 876 branches covered (64.27%)

2375 of 2516 relevant lines covered (94.4%)

22.31 hits per line

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

50.0
/src/utils/getClassName.ts
1
/**
4✔
2
 * Get instance class name
4✔
3
 */
4✔
4
export function getClassName(instance: object): string {
×
5
        return Object.getPrototypeOf(instance).constructor.name;
×
6
}
×
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