Branch Coverage

blib/lib/Mail/Box/IMAP4/Message.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
31 0 0 exists $args->{'write_labels'} ? :
41 0 0 $self->isDelayed ? :
46 0 0 defined $date ? :
52 0 0 unless my $imap = $self->folder->transporter
53 0 0 unless my $id = $self->unique
55 0 0 if (@_ == 1)
60 0 0 if exists $labels->{$label} or exists $labels->{'seen'}
63 0 0 if ($self->{'MBIM_cache_labels'})
72 0 0 if ($self->{'MBIM_write_labels'}) { }
81 0 0 $self->{'MBIM_cache_labels'} ? :
85 0 0 if defined $labels->{$k} and $labels->{$k} eq $v
91 0 0 if @private and $self->{'MBIM_labels_changed'}
100 0 0 unless $self->{'MBIM_cache_labels'}
102 0 0 if ($id and not exists $labels->{'seen'})
103 0 0 unless my $imap = $self->folder->transporter
116 0 0 unless $head->isDelayed
119 0 0 if $self->{'MBIM_cache_head'}
127 0 0 unless $body->isDelayed
130 0 0 unless defined $head
132 0 0 if $self->{'MBIM_cache_head'} and $head->isDelayed
133 0 0 if $self->{'MBIM_cache_body'}
143 0 0 @info == 1 ? :
153 0 0 if ($self->head->modified or $self->body->modified or not $id) { }
0 0 elsif ($self->{'MBIM_labels_changed'}) { }
155 0 0 if ($id)