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 IRubyObject
line_stub
(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObject
peek_result
(ThreadContext context, IRubyObject self) static IRubyObject
result
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
resume
(ThreadContext context, IRubyObject self) static IRubyObject
running_p
(ThreadContext context, IRubyObject self) static IRubyObject
setup
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
start
(ThreadContext context, IRubyObject self, IRubyObject[] args) static IRubyObject
state
(ThreadContext context, IRubyObject self) static IRubyObject
supported_p
(ThreadContext context, IRubyObject self, IRubyObject arg) static IRubyObject
suspend
(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
-