struct Protocol::CSS::TakeCoverageDelta

Overview

Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation)

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def coverage : Array(RuleUsage) #

[View source]
def timestamp : Number::Primitive #

Monotonically increasing time, in seconds.


[View source]