From 80984ffc79cb58c7b75523737de7c81c4405ba03 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 2 Jan 2013 21:48:35 -0600 Subject: pod coverage --- lib/Text/Handlebars.pm | 3 ++- lib/Text/Handlebars/Compiler.pm | 24 +++++++++++++++++++++--- 2 files changed, 23 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/Text/Handlebars.pm b/lib/Text/Handlebars.pm index a1fedb0..594c8ca 100644 --- a/lib/Text/Handlebars.pm +++ b/lib/Text/Handlebars.pm @@ -276,8 +276,9 @@ L default_helpers default_functions options - render render_string + render + canonicalize_vars =cut diff --git a/lib/Text/Handlebars/Compiler.pm b/lib/Text/Handlebars/Compiler.pm index ada8065..e92e9ce 100644 --- a/lib/Text/Handlebars/Compiler.pm +++ b/lib/Text/Handlebars/Compiler.pm @@ -650,12 +650,30 @@ __PACKAGE__->meta->make_immutable; no Any::Moose; =for Pod::Coverage - call - check_lambda define_helper - iterator_index + find_file + is_unary + join + literalize + call make_ternary vars + iterator_index + check_lambda + is_array_ref + is_hash_ref + is_code_ref + make_array + make_hash + is_falsy + not + array_length + run_code + new_vars + save_lvar + merge_hash + merge_single_hash + literal =cut -- cgit v1.2.3-54-g00ecf