Branch Coverage

blib/lib/Mail/IMAP/Util.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
45 0 0 if (ref $text)
46 0 0 $no_deref ? :
51 0 0 if ($text =~ /\G[([]/cg) { }
0 0 elsif ($text =~ /\G(BODY\[[a-zA-Z0-9._() -]*\])/cg) { }
0 0 elsif ($text =~ /\G[])]/cg) { }
0 0 elsif ($text =~ /\G\"((?:\\.|[^\"\\])*)\"/cg) { }
0 0 elsif ($text =~ /\G(\d+)/cg) { }
0 0 elsif ($text =~ m[\G([a-zA-Z0-9_\$\\.+/*&-]+)]cg) { }
69 0 0 if (lc $atom eq 'nil')