runOnFiles

Measure the complexity in a list of modules.

runOnFiles
(
R
)
()
if (
isInputRange!R &&
is(ElementType!R == string)
)

Parameters

args R

File paths.

Return Value

Type: auto

List of collected scores in each file.

Meta