Branch Coverage

blib/lib/Locale/TextDomain/OO/Util/ExtractHeader.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
94 1 3 unless defined $header_msgstr
97 1 2 unless my($plural_forms, $nplurals, $plural) = $header_msgstr =~ / ^ Plural-Forms: [ ]* ( nplurals [ ]* [=] [ ]* ([0-9]+) [ ]* [;] [ ]* plural [ ]* [=] [ ]* ([^;\n]+) [ ]* [;]? [ ]* ) $ /msx
111 1 1 unless my($charset) = $header_msgstr =~ / ^ Content-Type: [^;]+ [;] [ ]* charset [ ]* = [ ]* ( [^ ]+ ) [ ]* $ /msx
132 0 1 !$lexicon_class ? :
1 0 !$multiplural_nplurals ? :