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

Beakerboy / Threejs-Geometries / 15230075411

24 May 2025 07:00PM UTC coverage: 97.829% (+0.003%) from 97.826%
15230075411

push

github

web-flow
Update HippedGeometry.js

77 of 78 branches covered (98.72%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

644 of 659 relevant lines covered (97.72%)

637.47 hits per line

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

60.87
/src/HippedGeometry.js
1
import {
1✔
2
        BufferGeometry,
1✔
3
        Vector2,
1✔
4
        Shape,
1✔
5
} from 'three';
1✔
6
import { SkeletonBuilder } from 'straight-skeleton';
1✔
7

1✔
8
class HippedGeometry extends BufferGeometry {
1✔
9

1✔
10
        constructor( shape = new Shape( [ new Vector2( 0.5, 0.5 ), new Vector2( - 0.5, 0.5 ), new Vector2( - 0.5, - 0.5 ), new Vector2( 0.5, - 0.5 ) ] ), options = {} ) {
1✔
11

×
12
                super();
×
13
                this.type = 'HippedGeometry';
×
14
                this.parameters = {
×
15
                        shape: shape,
×
16
                        options: options,
×
17
                };
×
18

×
UNCOV
19
        }
×
20

1✔
21
}
1✔
22
export { HippedGeometry };
1✔
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