diff --git a/lib/Mi6/Utils.rakumod b/lib/Mi6/Utils.rakumod index f8dce1e..5689afd 100644 --- a/lib/Mi6/Utils.rakumod +++ b/lib/Mi6/Utils.rakumod @@ -453,6 +453,13 @@ sub find-used-files($dir, %meta, :$debug --> Hash) { if %mdeps{$_}:exists { ++$in-deps } + if $in-tests and $in-deps { + } + elsif $in-tests { + } + elsif $in-deps { + } + } for %non-tests.keys { my $in-tests = 0; @@ -463,6 +470,12 @@ sub find-used-files($dir, %meta, :$debug --> Hash) { if %mdeps{$_}:exists { ++$in-deps } + if $in-tests and $in-deps { + } + elsif $in-tests { + } + elsif $in-deps { + } } # add to the report