blib/lib/HTML/MasonX/Free/Resolver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 22 | 81.8 |
line | true | false | branch |
---|---|---|---|
88 | 4 | 8 | if $class eq "HTML::Mason::Resolver" |
127 | 0 | 85 | if (not $self->allow_unusual_comp_roots and $comp_root_key ne 'MAIN' || !($comp_root_path =~ m[\A[\\/]-\z])) |
137 | 49 | 36 | if ($given_path =~ /=/) { } |
145 | 76 | 71 | if $want_root and not $saw_me and $want_root ne $root_name |
150 | 85 | 68 | if -e $fn |
153 | 20 | 65 | unless @seen_in |
157 | 65 | 0 | $comp_root_key eq 'MAIN' ? : |
158 | 65 | 0 | if $comp_root_key eq "MAIN" |
161 | 0 | 65 | unless -f $srcfile |
172 | 9 | 23 | if (@seen_in > 1) |
173 | 4 | 5 | $self->add_next_call ? : |