Branch Coverage

lib/Serge/Sync/Plugin/TranslationService/transifex.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
38 0 4 unless defined $self->{'data'}{'root_directory'}
39 1 3 unless -d $self->{'data'}{'root_directory'}
41 2 1 unless defined $self->{'data'}{'push_translations'}
53 2 4 if ($langs)
88 2 1 if ($self->{'data'}{'push_translations'}) { }