summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-08 17:25:31 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-08 17:25:31 -0500
commit8a35128bfdaff99171dc77c1340b775db4ef986d (patch)
tree762797cb3f1212ed16416c71c884231612434779
parent4662587cc4af7fe4cb4e81a51b049d8035efdb2c (diff)
downloadtext-handlebars-8a35128bfdaff99171dc77c1340b775db4ef986d.tar.gz
text-handlebars-8a35128bfdaff99171dc77c1340b775db4ef986d.zip
pod coverage
-rw-r--r--lib/Text/Handlebars/Compiler.pm10
-rw-r--r--lib/Text/Xslate/Syntax/Handlebars.pm27
2 files changed, 37 insertions, 0 deletions
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;