Package org.jruby.ext.coverage
Class CoverageModule
java.lang.Object
org.jruby.ext.coverage.CoverageModule
Implementation of Ruby 1.9.2's "Coverage" module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectline_stub(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectpeek_result(ThreadContext context, IRubyObject self) static IRubyObjectresult(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectresume(ThreadContext context, IRubyObject self) static IRubyObjectrunning_p(ThreadContext context, IRubyObject self) static IRubyObjectsetup(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectstart(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObjectstate(ThreadContext context, IRubyObject self) static IRubyObjectsupported_p(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObjectsuspend(ThreadContext context, IRubyObject self)
-
Constructor Details
-
CoverageModule
public CoverageModule()
-
-
Method Details
-
setup
-
resume
-
suspend
-
start
-
result
-
peek_result
-
running_p
-
state
-
line_stub
-
supported_p
-