Branch Coverage

blib/lib/Markdown/Compiler/Test.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
42 0 0 if (ref $source and ref $source ne 'CODE' || ref $source ne 'HASH')
47 0 66 ref $source eq 'CODE' ? :
0 66 ref $source eq 'HASH' ? :
55 0 74 unless my $test = "Markdown::Compiler::Test"->can("_test_run_$method_name")
126 0 64 if (ref $match eq 'REGEXP') { }