Learn R Programming

covr (version 3.6.5)

current_test_key: Build key for the current test

Description

If the current test has a srcref, a unique character key is built from its srcref. Otherwise, an empty string is returned.

Usage

current_test_key()

Arguments

Value

A unique character string if the test call has a srcref, or an empty string otherwise.