blib/lib/App/Dapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
552 | 0 | 0 | 0 | -d "$source_dir/$directory_element" and $directory_element ne '.' |
0 | 0 | 0 | -d "$source_dir/$directory_element" and $directory_element ne '.' and $directory_element ne '..' | |
0 | 0 | 0 | -f "$source_dir/$directory_element" and $directory_element ne '.' | |
0 | 0 | 0 | -f "$source_dir/$directory_element" and $directory_element ne '.' and $directory_element ne '..' |
line | l | !l | condition |
---|---|---|---|
389 | 0 | 0 | 'Template::Alloy'->new({'INCLUDE_PATH', $$self{'layout'}, 'ANYCASE', 1, 'ENCODING', 'utf8', 'FILTERS', {'xml_escape', \&App::Dapper::Filters::xml_escape, 'date_to_xmlschema', \&App::Dapper::Filters::date_to_xmlschema, 'replace_last', \&App::Dapper::Filters::replace_last, 'smart', \&App::Dapper::Filters::smart, 'json', \&App::Dapper::Filters::json}}) || die("$Template::ERROR\n") |