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

panates / opra / 29494915195

16 Jul 2026 11:33AM UTC coverage: 83.024% (+0.4%) from 82.653%
29494915195

push

github

erayhanoglu
1.29.1

4118 of 5238 branches covered (78.62%)

Branch coverage included in aggregate %.

34348 of 41093 relevant lines covered (83.59%)

239.47 hits per line

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

76.92
/packages/common/src/document/data-type/primitive-types/object.type.ts
1
import { ComplexType } from '../complex-type.js';
1✔
2

1✔
3
@ComplexType({
1✔
4
  name: 'object',
1✔
5
  description: 'A non modelled object',
1✔
6
  additionalFields: true,
1✔
7
})
1✔
8
export class ObjectType {
1✔
9
  constructor(properties?: Partial<ObjectType>) {
1✔
10
    if (properties) Object.assign(this, properties);
×
11
  }
×
12
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc