Branch Coverage

blib/lib/Text/MicroMason/PLP.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
17 6 9 $1 ? :
36 0 /\G ( (?: [^\<]+ | \<(?![\:\(]) )? ) /cgsx ? :
0 36 /\G \< \( ( .*? ) \) \> /cgsx ? :
15 36 /\G \< \: (\=)? ( .*? ) \: \> /cgsx ? :
35 0 51 if ($tokens[$position * 2] eq 'include')
67 0 0 eval { do { require HTML::Entities; no strict; *Entity = \&HTML::Entities::encode } } ? :
73 0 0 eval { do { require URI::Escape; no strict; *Entity = \&URI::Escape::uri_escape } } ? :