From 8a35128bfdaff99171dc77c1340b775db4ef986d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 8 Oct 2012 17:25:31 -0500 Subject: pod coverage --- lib/Text/Handlebars/Compiler.pm | 10 ++++++++++ lib/Text/Xslate/Syntax/Handlebars.pm | 27 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm index 4df30aa..cfea67a 100644 --- a/lib/Text/Handlebars/Compiler.pm +++ b/lib/Text/Handlebars/Compiler.pm @@ -237,4 +237,14 @@ sub check_lambda { __PACKAGE__->meta->make_immutable; no Any::Moose; +=for Pod::Coverage + call + check_lambda + define_helper + iterator_index + make_ternary + vars + +=cut + 1; diff --git a/lib/Text/Xslate/Syntax/Handlebars.pm b/lib/Text/Xslate/Syntax/Handlebars.pm index 633cd22..957dc17 100644 --- a/lib/Text/Xslate/Syntax/Handlebars.pm +++ b/lib/Text/Xslate/Syntax/Handlebars.pm @@ -592,4 +592,31 @@ sub _field_to_string { __PACKAGE__->meta->make_immutable; no Any::Moose; +=for Pod::Coverage + call + define_function + define_helper + expression + init_symbols + is_valid_field + led_dot + led_equals + literal + make_field_lookup + nud_key + nud_mark_raw + nud_name + nud_uplevel + parse_literal + preprocess + print_raw + split_tags + std_block + std_partial + symbol_class + tokenize + undefined_name + +=cut + 1; -- cgit v1.2.3