The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!env sh

if [ "x$1" = "x" -o "x$2" = "x" ]; then
  echo "Usage: $0 ModuleRE t/test.t"
  exit 1
fi

cover -delete
perl -MDevel::Cover=-ignore,.\*,-select,.\*ECMAScript.\*$1 -Ilib $2
cover -report html