mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 21:44:28 +00:00
[DOC] Fix broken link in Coverage.setup
This commit is contained in:
parent
c8f01d599b
commit
554ca2eb62
Notes:
git
2026-01-28 22:14:08 +00:00
@ -70,7 +70,7 @@ rb_coverage_supported(VALUE self, VALUE _mode)
|
||||
* If +lines+ is enabled, +oneshot_lines+ cannot be enabled.
|
||||
* See {Lines Coverage}[rdoc-ref:Coverage@Lines+Coverage].
|
||||
* - +branches+: Enables branch coverage that records the number of times each
|
||||
* branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branch+Coverage].
|
||||
* branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branches+Coverage].
|
||||
* - +methods+: Enables method coverage that records the number of times each method was exectued.
|
||||
* See {Methods Coverage}[rdoc-ref:Coverage@Methods+Coverage].
|
||||
* - +eval+: Enables coverage for evaluations (e.g. Kernel#eval, Module#class_eval).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user