Branch Coverage

blib/lib/Ado.pm
Criterion Covered Total %
branch 27 28 96.4


line true false branch
47 3 22 unless &first(sub { $_ eq $templates_dir; } , @$renderer_paths)
49 3 22 unless &first(sub { $_ eq $public_dir; } , @$static_paths)
52 0 25 if -d $site_templates
71 19 1 -s $app_config ? :
83 23 162 ref $plugin ? :
84 23 162 if (ref $plugin eq 'HASH') { }
161 1 elsif ($plugin) { }
113 24 333 unless $to
114 188 145 $params ? :
116 27 306 if ($over)
117 26 1 if (ref $over eq 'HASH') { }
120 286 47 if ($via)
123 256 77 ref $to eq 'HASH' ? :
128 119 2 if ($perldoc)