Condition Coverage

blib/lib/TestML/Setup.pm
Criterion Covered Total %
condition 0 21 0.0


or 2 conditions

line l !l condition
23 0 0 $ARGV[0] || './t/testml.yaml'
37 0 0 $conf->{'test_file_dir'} || '.'
45 0 0 $conf->{'test_file_template'} || ''
46 0 0 $conf->{'exclude_testml_files'} || []
48 0 0 $conf->{'include_testml_files'} || [map($_->filename, grep({"$_" =~ /\.tml$/;} io($source)->all_files))]
84 0 0 $base ||= '.'

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $testml_conf ||= $ARGV[0] || './t/testml.yaml'
53 0 0 0 not -f $t or io($s)->all ne io($t)->all
73 0 0 0 not -f $test or $code ne io($test)->all