module Depth::Core::CoverageUtils

Defined in:

depth/core/coverage_utils.cr

Instance Method Summary

Instance Method Detail

def each_constant_segment(a : Coverage, stop_at : Int32 = -1, &) #

Yield intervals [start, stop) with constant depth value


[View source]
def prefix_sum!(a : Coverage) #

Utility function for cumulative sum


[View source]