| Base 125e14 | Head #4496 3ee6b5 | ||||
|---|---|---|---|---|---|
| Total | Total | +/- | New | ||
| Rate | 65.65% | 65.64% | -0.00% | - | |
| Hits | 78738 | 78737 | -1 | 0 | |
| Misses | 41207 | 41208 | +1 | 0 | |
| Filename | Stmts | Miss | Cover |
|---|---|---|---|
| src/mesh/mesh_triangle_holes.C | 0 | +1 | -0.27% |
| TOTAL | 0 | +1 | -0.00% |
codecodecode+
270 271 272 273 274 275 276 |
{ ray_target = inside - Point(1); intersection_distances = this->find_ray_intersections(inside, ray_target); } // I'd make this an assert, but I'm not 100% confident we can't |