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

excessive / cpml / 6132588926

09 Sep 2023 06:38PM UTC coverage: 14.013% (-44.7%) from 58.701%
6132588926

push

github

FatalError42O
fixed Busted support (hopefully)

975 of 6958 relevant lines covered (14.01%)

10.82 hits per line

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

50.0
/spec/octree_spec.lua
1
local octree = require "modules.octree"
5✔
2

3
describe("octree:", function()
×
4
end)
5

6
--[[
7
local function new(initialWorldSize, initialWorldPos, minNodeSize, looseness)
8
function Octree:add(obj, objBounds)
9
function Octree:remove(obj)
10
function Octree:is_colliding(checkBounds)
11
function Octree:get_colliding(checkBounds)
12
function Octree:cast_ray(ray, func, out)
13
function Octree:draw_bounds(cube)
14
function Octree:draw_objects(cube, filter)
15
function Octree:grow(direction)
16
function Octree:shrink()
17
function Octree:get_root_pos_index(xDir, yDir, zDir)
18

19
function OctreeNode:add(obj, objBounds)
20
function OctreeNode:remove(obj)
21
function OctreeNode:is_colliding(checkBounds)
22
function OctreeNode:get_colliding(checkBounds, results)
23
function OctreeNode:cast_ray(ray, func, out, depth)
24
function OctreeNode:set_children(childOctrees)
25
function OctreeNode:shrink_if_possible(minLength)
26
function OctreeNode:set_values(baseLength, minSize, looseness, center)
27
function OctreeNode:split()
28
function OctreeNode:merge()
29
function OctreeNode:best_fit_child(objBounds)
30
function OctreeNode:should_merge()
31
function OctreeNode:has_any_objects()
32
function OctreeNode:draw_bounds(cube, depth)
33
function OctreeNode:draw_objects(cube, filter)
34
--]]
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