Branch Coverage

blib/lib/Text/KDL/XS/Document.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
29 58 118 if ($kind eq "start_node")
34 19 39 if ($current) { }
45 57 61 if ($kind eq "end_node")
46 0 57 unless @stack
52 57 4 if ($kind eq "argument")
53 0 57 unless $current
58 4 0 if ($kind eq "property")
59 0 4 unless $current
66 0 0 if $kind eq "comment"
71 0 17 if @stack
79 61 0 if ref $v eq "Text::KDL::XS::Value"