Branch Coverage

blib/lib/Net/XMPP.pm
Criterion Covered Total %
branch 9 56 16.0


line true false branch
329 0 0 if $type ne 'local' and $type ne 'utc' and not $type =~ /^(local|utc)delay(local|utc|time)$/
331 4 0 unless defined $length
334 0 4 if ($type =~ /utcdelay/)
341 0 4 if ($type =~ /localdelay/)
349 0 4 if $type eq 'time'
350 0 4 defined $time && $time ne '' ? :
4 0 if $type eq 'local'
352 0 0 defined $time && $time ne '' ? :
0 4 if $type eq 'utc'
355 0 4 if $length eq 'stamp'
362 4 0 if $length eq 'long'
363 0 0 if $length eq 'normal'
364 0 0 if $length eq 'short'
365 0 0 if $length eq 'shortest'
385 0 0 if ($minutes == 60)
387 0 0 if ($hours == 24)
389 0 0 if ($days == 7)
401 0 0 if $weeks == 1
402 0 0 if $weeks > 1
403 0 0 if $days == 1
404 0 0 if $days > 1
405 0 0 if $hours == 1
406 0 0 if $hours > 1
407 0 0 if $minutes == 1
408 0 0 if $minutes > 1
409 0 0 if $seconds == 1
410 0 0 if $seconds > 1
412 0 0 if $humanTime eq ''