pub fn cover_listing_with<T, E>(
dirs_and_files: T,
ignored_paths: &Regex,
std: &'static DirStd,
) -> Result<Coverage, E>
Expand description
Given a set of the relative paths of all dirs and files in a project, for the given directory standard, calculate what record of the standard each dir or file might be covered under.
ยงErrors
If any of the input listing entries is an error, usually caused by an I/O issue.