Branch Coverage

blib/lib/Ado.pm
Criterion Covered Total %
branch 25 26 96.1


line true false branch
56 2 23 unless &first(sub { $_ eq $templates_dir; } , @$renderer_paths)
58 2 23 unless &first(sub { $_ eq $public_dir; } , @$static_paths)
61 0 25 if -d $site_templates
88 23 162 ref $plugin ? :
89 23 162 if (ref $plugin eq 'HASH') { }
161 1 elsif ($plugin) { }
118 24 333 unless $to
119 188 145 $params ? :
121 27 306 if ($over)
122 26 1 if (ref $over eq 'HASH') { }
125 286 47 if ($via)
128 256 77 ref $to eq 'HASH' ? :
133 119 2 if ($perldoc)