File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ rb_coverage_supported(VALUE self, VALUE _mode)
7070 * If +lines+ is enabled, +oneshot_lines+ cannot be enabled.
7171 * See {Lines Coverage}[rdoc-ref:Coverage@Lines+Coverage].
7272 * - +branches+: Enables branch coverage that records the number of times each
73- * branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branch +Coverage].
73+ * branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branches +Coverage].
7474 * - +methods+: Enables method coverage that records the number of times each method was exectued.
7575 * See {Methods Coverage}[rdoc-ref:Coverage@Methods+Coverage].
7676 * - +eval+: Enables coverage for evaluations (e.g. Kernel#eval, Module#class_eval).
You can’t perform that action at this time.
0 commit comments