openFilesAndDirs

Creates CoverageLoader for each file and looks for such files in each directory

@trusted
openFilesAndDirs
(
string[] files
,
string[] dirs
,
bool hidden = false
,
bool recursive = false
)

Return Value

Type: auto

A range of CoverageLoader.

Meta