Perl-Lint [provide_method_to_lint_string](c3f24c0869) SUCCESS

Compare: https://github.com/moznion/Perl-Lint/compare/5f703035223f...c3f24c0869dc

Elapsed Time: 35 sec

  • c3f24c0 moznion: Change to test by multi workers
  • f9809c7 moznion: Fix tests
  • f7ee492 moznion: Do not use `state`

_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] ukigumo-client 0.36
_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] start testing : https://github.com/moznion/Perl-Lint provide_method_to_lint_string
_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] working directory : /tmp/Perl-Lint/provide_method_to_lint_string
_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] run vc : Ukigumo::Client::VC::Git
_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] workdir is /tmp/Perl-Lint/provide_method_to_lint_string
_ 2014-08-15T00:59:05 [INFO] [provide_method_to_lint_string] command: git pull -f origin provide_method_to_lint_string
_ From https://github.com/moznion/Perl-Lint
_  * branch            provide_method_to_lint_string -> FETCH_HEAD
_    5f70303..c3f24c0  provide_method_to_lint_string -> origin/provide_method_to_lint_string
_ Updating 5f70303..c3f24c0
_ Fast-forward
_  .ukigumo.yml                                       |  2 +-
_  lib/Perl/Lint.pm                                   |  5 ++---
_  minil.toml                                         |  2 ++
_  t/Policy/Module/require_filename_matches_package.t | 10 ++++++++--
_  t/Policy/Util.pm                                   |  7 ++++---
_  5 files changed, 17 insertions(+), 9 deletions(-)
_ 2014-08-15T00:59:06 [INFO] [provide_method_to_lint_string] command: git submodule init
_ 2014-08-15T00:59:06 [INFO] [provide_method_to_lint_string] command: git submodule update
_ 2014-08-15T00:59:06 [INFO] [provide_method_to_lint_string] command: git clean -dxf
_ Removing extlib
_ 2014-08-15T00:59:07 [INFO] [provide_method_to_lint_string] command: git status
_ # On branch provide_method_to_lint_string
_ nothing to commit, working directory clean
_ 2014-08-15T00:59:07 [INFO] [provide_method_to_lint_string] [before_install] cpanm -L $HOME/.ukigumo/perl-lint/extlib --installdeps -n .
_ 2014-08-15T00:59:07 [INFO] [provide_method_to_lint_string] [install] ln -s $HOME/.ukigumo/perl-lint/extlib ./extlib
_ 2014-08-15T00:59:07 [INFO] [provide_method_to_lint_string] run executor : Ukigumo::Client::Executor::Command
_ 2014-08-15T00:59:07 [INFO] [provide_method_to_lint_string] command: prove -lrv -j3 -Iextlib/lib/perl5 t
_ 
===(       1;0  1/?  0/?  0/? )=========================================
_ [00:59:07] ==> t/00_compile.t <=========================================================
_ ok        8 ms
_ 
===(       1;0  0/?  0/? )==============================================
===(       2;1  0/?  0/?  1/? )=========================================
_ [00:59:08] ==> t/Policy/BuiltinFunctions/prohibit_lvalue_substr.t <=====================
_ ok      201 ms
_ 
===(       2;1  0/?  0/? )==============================================
===(       3;1  0/?  1/?  0/? )=========================================
_ [00:59:08] ==> t/Policy/BuiltinFunctions/prohibit_complex_mappings.t <==================
_ ok      379 ms
_ 
===(       3;1  0/?  0/? )==============================================
===(       4;1  1/?  0/?  0/? )=========================================
_ [00:59:08] ==> t/Policy/BuiltinFunctions/prohibit_boolean_grep.t <======================
_ ok      849 ms
_ 
===(       4;1  0/?  0/? )==============================================
===(       5;2  1/?  0/?  0/? )=========================================
_ [00:59:09] ==> t/Policy/BuiltinFunctions/prohibit_reverse_sort_block.t <================
_ ok      192 ms
_ 
===(       5;2  0/?  0/? )==============================================
===(       6;2  0/?  0/?  1/? )=========================================
_ [00:59:09] ==> t/Policy/BuiltinFunctions/prohibit_stringy_split.t <=====================
_ ok      107 ms
_ 
===(       6;2  0/?  0/? )==============================================
===(       7;2  1/?  0/?  0/? )=========================================
_ [00:59:09] ==> t/Policy/BuiltinFunctions/prohibit_sleep_via_select.t <==================
_ ok      704 ms
_ 
===(       7;2  0/?  0/? )==============================================
===(       8;3  1/?  0/?  0/? )=========================================
_ [00:59:10] ==> t/Policy/BuiltinFunctions/prohibit_stringy_eval.t <======================
_ ok      567 ms
_ 
===(       8;3  0/?  0/? )==============================================
===(       9;3  1/?  0/?  0/? )=========================================
_ [00:59:10] ==> t/Policy/BuiltinFunctions/prohibit_universal_can.t <=====================
_ ok       49 ms
_ 
===(       9;3  0/?  0/? )==============================================
===(      10;3  1/?  0/?  0/? )=========================================
_ [00:59:10] ==> t/Policy/BuiltinFunctions/prohibit_universal_isa.t <=====================
_ ok      109 ms
_ 
===(      10;3  0/?  0/? )==============================================
===(      11;3  0/?  1/?  0/? )=========================================
_ [00:59:10] ==> t/Policy/BuiltinFunctions/prohibit_void_grep.t <=========================
_ ok      133 ms
_ 
===(      11;3  0/?  0/? )==============================================
===(      12;3  1/?  0/?  0/? )=========================================
_ [00:59:10] ==> t/Policy/BuiltinFunctions/prohibit_useless_topic.t <=====================
_ ok      265 ms
_ 
===(      12;3  0/?  0/? )==============================================
===(      13;4  1/?  0/?  0/? )=========================================
_ [00:59:11] ==> t/Policy/BuiltinFunctions/prohibit_void_map.t <==========================
_ ok      393 ms
_ 
===(      13;4  0/?  0/? )==============================================
===(      14;4  1/?  0/?  0/? )=========================================
_ [00:59:11] ==> t/Policy/BuiltinFunctions/require_block_grep.t <=========================
_ ok       80 ms
_ 
===(      14;4  0/?  0/? )==============================================
===(      15;4  1/?  0/?  0/? )=========================================
_ [00:59:11] ==> t/Policy/BuiltinFunctions/require_block_map.t <==========================
_ ok      135 ms
_ 
===(      15;4  0/?  0/? )==============================================
===(      16;4  0/?  1/?  0/? )=========================================
_ [00:59:11] ==> t/Policy/BuiltinFunctions/require_simple_sort_block.t <==================
_ ok       77 ms
_ 
===(      16;4  0/?  0/? )==============================================
===(      17;5  0/?  1/?  0/? )=========================================
_ [00:59:12] ==> t/Policy/ClassHierarchies/prohibit_autoloading.t <=======================
_ ok      140 ms
_ 
===(      17;5  0/?  0/? )==============================================
===(      18;5  1/?  0/?  0/? )=========================================
_ [00:59:12] ==> t/Policy/BuiltinFunctions/require_glob_function.t <======================
_ ok      287 ms
_ 
===(      18;5  0/?  0/? )==============================================
===(      19;5  1/?  0/?  0/? )=========================================
_ [00:59:12] ==> t/Policy/ClassHierarchies/prohibit_explicit_isa.t <======================
_ ok       52 ms
_ 
===(      19;5  0/?  0/? )==============================================
===(      20;5  1/?  0/?  0/? )=========================================
_ [00:59:12] ==> t/Policy/ClassHierarchies/prohibit_one_arg_bless.t <=====================
_ ok       70 ms
_ 
===(      20;5  0/?  0/? )==============================================
===(      21;6  0/?  1/?  0/? )=========================================
_ [00:59:13] ==> t/Policy/CodeLayout/prohibit_quoted_word_lists.t <=======================
_ ok      225 ms
_ 
===(      21;6  0/?  0/? )==============================================
===(      22;6  0/?  1/?  0/? )=========================================
_ [00:59:13] ==> t/Policy/CodeLayout/require_trailing_commas.t <==========================
_ ok      255 ms
_ 
===(      22;6  0/?  0/? )==============================================
===(      23;6  0/?  1/?  0/? )=========================================
_ [00:59:13] ==> t/Policy/ControlStructures/prohibit_cascading_if_else.t <================
_ ok       80 ms
_ 
===(      23;6  0/?  0/? )==============================================
===(      24;6  1/?  0/?  0/? )=========================================
_ [00:59:13] ==> t/Policy/CodeLayout/prohibit_parens_with_builtins.t <====================
_ ok     1018 ms
_ 
===(      24;6  0/?  0/? )==============================================
===(      25;7  1/?  0/?  0/? )=========================================
_ [00:59:14] ==> t/Policy/ControlStructures/prohibit_cstyle_for_loops.t <=================
_ ok       70 ms
_ 
===(      25;7  0/?  0/? )==============================================
===(      26;7  1/?  0/?  0/? )=========================================
_ [00:59:14] ==> t/Policy/ControlStructures/prohibit_labels_with_special_block_names.t <==
_ ok       77 ms
_ 
===(      26;7  0/?  0/? )==============================================
===(      27;7  1/?  0/?  0/? )=========================================
_ [00:59:14] ==> t/Policy/ControlStructures/prohibit_unless_blocks.t <====================
_ ok      110 ms
_ 
===(      27;7  0/?  0/? )==============================================
===(      28;7  1/?  0/?  0/? )=========================================
_ [00:59:14] ==> t/Policy/ControlStructures/prohibit_until_blocks.t <=====================
_ ok       69 ms
_ 
===(      28;7  0/?  0/? )==============================================
===(      29;8  0/?  0/?  1/? )=========================================
_ [00:59:15] ==> t/Policy/InputOutput/prohibit_backtick_operators.t <=====================
_ ok      134 ms
_ 
===(      29;8  0/?  0/? )==============================================
===(      30;8  1/?  0/?  0/? )=========================================
_ [00:59:15] ==> t/Policy/ErrorHandling/require_carping.t <===============================
_ ok     1144 ms
_ 
===(      30;8  0/?  0/? )==============================================
===(      31;8  0/?  1/?  0/? )=========================================
_ [00:59:15] ==> t/Policy/InputOutput/prohibit_bareword_file_handles.t <==================
_ ok      133 ms
_ 
===(      31;8  0/?  0/? )==============================================
===(      32;9  0/?  1/?  0/? )=========================================
_ [00:59:16] ==> t/Policy/InputOutput/prohibit_explicit_stdin.t <=========================
_ ok       72 ms
_ 
===(      32;9  0/?  0/? )==============================================
===(      33;9  1/?  0/?  0/? )=========================================
_ [00:59:16] ==> t/Policy/ErrorHandling/require_checking_return_value_of_eval.t <=========
_ ok     1389 ms
_ 
===(      33;9  0/?  0/? )==============================================
===(      34;9  1/?  0/?  0/? )=========================================
_ [00:59:16] ==> t/Policy/InputOutput/prohibit_interactice_test.t <=======================
_ ok       73 ms
_ 
===(      34;9  0/?  0/? )==============================================
===(      35;9  1/?  0/?  0/? )=========================================
_ [00:59:16] ==> t/Policy/InputOutput/prohibit_joined_readline.t <========================
_ ok      103 ms
_ 
===(      35;9  0/?  0/? )==============================================
===(      36;10  0/?  1/?  0/? )========================================
_ [00:59:17] ==> t/Policy/InputOutput/prohibit_readline_in_for_loop.t <===================
_ ok       79 ms
_ 
===(      36;10  0/?  0/? )=============================================
===(      37;10  1/?  0/?  0/? )========================================
_ [00:59:17] ==> t/Policy/InputOutput/prohibit_one_arg_select.t <=========================
_ ok      465 ms
_ 
===(      37;10  0/?  0/? )=============================================
===(      38;10  1/?  0/?  0/? )========================================
_ [00:59:17] ==> t/Policy/InputOutput/prohibit_two_arg_open.t <===========================
_ ok      174 ms
_ 
===(      38;10  0/?  0/? )=============================================
===(      39;11  1/?  0/?  0/? )========================================
_ [00:59:18] ==> t/Policy/InputOutput/require_breced_file_handle_with_print.t <===========
_ ok      452 ms
_ 
===(      39;11  0/?  0/? )=============================================
===(      40;11  0/?  1/?  0/? )========================================
_ [00:59:18] ==> t/Policy/InputOutput/require_checked_open.t <============================
_ ok      506 ms
_ 
===(      40;11  0/?  0/? )=============================================
===(      41;11  0/?  0/?  1/? )========================================
_ [00:59:18] ==> t/Policy/InputOutput/require_encoding_with_utf8_layer.t <================
_ ok       53 ms
_ 
===(      41;11  0/?  0/? )=============================================
===(      42;12  0/?  0/?  1/? )========================================
_ [00:59:19] ==> t/Policy/Miscellanea/prohibit_formats.t <================================
_ ok       39 ms
_ 
===(      42;12  0/?  0/? )=============================================
===(      43;12  1/?  0/?  0/? )========================================
_ [00:59:19] ==> t/Policy/InputOutput/require_checked_close.t <===========================
_ ok     1639 ms
_ 
===(      43;12  0/?  0/? )=============================================
===(      44;12  0/?  1/?  0/? )========================================
_ [00:59:19] ==> t/Policy/Miscellanea/prohibit_ties.t <===================================
_ ok       41 ms
_ 
===(      44;12  0/?  0/? )=============================================
===(      45;13  0/?  1/?  0/? )========================================
_ [00:59:20] ==> t/Policy/Module/prohibit_automatic_exportation.t <=======================
_ ok      810 ms
_ 
===(      45;13  0/?  0/? )=============================================
===(      46;13  1/?  0/?  0/? )========================================
_ [00:59:20] ==> t/Policy/InputOutput/require_checked_syscalls.t <========================
_ ok     2295 ms
_ 
===(      46;13  0/?  0/? )=============================================
===(      47;14  0/?  0/?  1/? )========================================
_ [00:59:21] ==> t/Policy/Module/prohibit_excess_main_complexity.t <======================
_ ok      312 ms
_ 
===(      47;14  0/?  0/? )=============================================
===(      48;15  0/?  0/?  1/? )========================================
_ [00:59:22] ==> t/Policy/Module/prohibit_multiple_packages.t <===========================
_ ok      130 ms
_ 
===(      48;15  0/?  0/? )=============================================
===(      49;15  0/?  1/?  0/? )========================================
_ [00:59:22] ==> t/Policy/Module/prohibit_evil_modules.t <================================
_ ok     1176 ms
_ 
===(      49;15  0/?  0/? )=============================================
===(      50;16  0/?  1/?  0/? )========================================
_ [00:59:23] ==> t/Policy/Module/require_bareword_includes.t <============================
_ ok      146 ms
_ 
===(      50;16  0/?  0/? )=============================================
===(      51;16  1/?  0/?  0/? )========================================
_ [00:59:23] ==> t/Policy/Module/prohibit_conditional_use_statements.t <==================
_ ok     2730 ms
_ 
===(      51;16  0/?  0/? )=============================================
===(      52;16  0/?  0/?  1/? )========================================
_ [00:59:23] ==> t/Policy/Module/require_filename_matches_package.t <=====================
_ ok       36 ms
_ 
===(      52;16  0/?  0/? )=============================================
===(      53;17  0/?  1/?  0/? )========================================
_ [00:59:24] ==> t/Policy/Module/require_explicit_package.t <=============================
_ ok      683 ms
_ 
===(      53;17  0/?  0/? )=============================================
===(      54;17  1/?  0/?  0/? )========================================
_ [00:59:24] ==> t/Policy/Module/require_end_with_one.t <=================================
_ ok     1299 ms
_ 
===(      54;17  0/?  0/? )=============================================
===(      55;17  1/?  0/?  0/? )========================================
_ [00:59:24] ==> t/Policy/Module/require_no_match_vars_with_use_english.t <===============
_ ok      635 ms
_ 
===(      55;17  0/?  0/? )=============================================
===(      56;18  0/?  0/?  1/? )========================================
_ [00:59:25] ==> t/Policy/NamingConventions/ProhibitAmbiguousNames.t <====================
_ ok      257 ms
_ 
===(      56;18  0/?  0/? )=============================================
===(      57;18  1/?  0/?  0/? )========================================
_ [00:59:25] ==> t/Policy/Module/require_version_var.t <==================================
_ ok      740 ms
_ 
===(      57;18  0/?  0/? )=============================================
===(      58;18  1/?  0/?  0/? )========================================
_ [00:59:25] ==> t/Policy/NamingConventions/Capitalization.t <============================
_ ok      720 ms
_ 
===(      58;18  0/?  0/? )=============================================
===(      59;18  1/?  0/?  0/? )========================================
_ [00:59:25] ==> t/Policy/Objects/indirect_syntax.t <=====================================
_ ok      400 ms
_ 
===(      59;18  0/?  0/? )=============================================
===(      60;19  1/?  0/?  0/? )========================================
_ [00:59:26] ==> t/Policy/RegularExpressions/prohibit_complex_regexes.t <=================
_ ok      493 ms
_ 
===(      60;19  0/?  0/? )=============================================
===(      61;19  0/?  1/?  0/? )========================================
_ [00:59:26] ==> t/Policy/RegularExpressions/prohibit_fixed_string_matches.t <============
_ ok      335 ms
_ 
===(      61;19  0/?  0/? )=============================================
===(      62;19  1/?  0/?  0/? )========================================
_ [00:59:26] ==> t/Policy/RegularExpressions/prohibit_escaped_metacharacters.t <==========
_ ok      556 ms
_ 
===(      62;19  0/?  0/? )=============================================
===(      63;20  1/?  0/?  0/? )========================================
_ [00:59:27] ==> t/Policy/RegularExpressions/prohibit_unusual_delimiters.t <==============
_ ok      131 ms
_ 
===(      63;20  0/?  0/? )=============================================
===(      64;20  1/?  0/?  0/? )========================================
_ [00:59:27] ==> t/Policy/RegularExpressions/require_braces_for_multiline.t <=============
_ ok      103 ms
_ 
===(      64;20  0/?  0/? )=============================================
===(      65;20  0/?  0/?  1/? )========================================
_ [00:59:27] ==> t/Policy/RegularExpressions/require_line_boundary_matching.t <===========
_ ok      247 ms
_ 
===(      65;20  0/?  0/? )=============================================
===(      66;20  1/?  0/?  0/? )========================================
_ [00:59:27] ==> t/Policy/RegularExpressions/require_dot_match_anything.t <===============
_ ok      578 ms
_ 
===(      66;20  0/?  0/? )=============================================
===(      67;21  1/?  0/?  0/? )========================================
_ [00:59:28] ==> t/Policy/RegularExpressions/require_extended_formatting.t <==============
_ ok      557 ms
_ 
===(      67;21  0/?  0/? )=============================================
===(      68;21  1/?  0/?  0/? )========================================
_ [00:59:28] ==> t/Policy/Subroutines/prohibit_ampersand_sigils.t <=======================
_ ok      172 ms
_ 
===(      68;21  0/?  0/? )=============================================
===(      69;21  1/?  0/?  0/? )========================================
_ [00:59:28] ==> t/Policy/Subroutines/prohibit_builtin_homonyms.t <=======================
_ ok      195 ms
_ 
===(      69;21  0/?  0/? )=============================================
===(      70;21  1/?  0/?  0/? )========================================
_ [00:59:28] ==> t/Policy/Subroutines/prohibit_excess_complexity.t <======================
_ ok      206 ms
_ 
===(      70;21  0/?  0/? )=============================================
===(      71;22  1/?  0/?  0/? )========================================
_ [00:59:29] ==> t/Policy/Subroutines/prohibit_explicit_return_undef.t <==================
_ ok       42 ms
_ 
===(      71;22  0/?  0/? )=============================================
===(      72;22  0/?  1/?  0/? )========================================
_ [00:59:29] ==> t/Policy/Subroutines/prohibit_nested_subs.t <============================
_ ok      255 ms
_ 
===(      72;22  0/?  0/? )=============================================
===(      73;22  0/?  1/?  0/? )========================================
_ [00:59:29] ==> t/Policy/Subroutines/prohibit_return_sort.t <============================
_ ok      103 ms
_ 
===(      73;22  0/?  0/? )=============================================
===(      74;22  1/?  0/?  0/? )========================================
_ [00:59:29] ==> t/Policy/Subroutines/prohibit_many_args.t <==============================
_ ok      664 ms
_ 
===(      74;22  0/?  0/? )=============================================
===(      75;23  1/?  0/?  0/? )========================================
_ [00:59:30] ==> t/Policy/Subroutines/prohibit_subroutine_prototypes.t <==================
_ ok       83 ms
_ 
===(      75;23  0/?  0/? )=============================================
===(      76;23  1/?  0/?  0/? )========================================
_ [00:59:30] ==> t/Policy/Subroutines/prohibit_unused_private_subroutines.t <=============
_ ok      697 ms
_ 
===(      76;23  0/?  0/? )=============================================
===(      77;24  1/?  0/?  0/? )========================================
_ [00:59:31] ==> t/Policy/Subroutines/protect_private_subs.t <============================
_ ok      934 ms
_ 
===(      77;24  0/?  0/? )=============================================
===(      78;24  0/?  1/?  0/? )========================================
_ [00:59:31] ==> t/Policy/Subroutines/require_final_return.t <============================
_ ok      449 ms
_ 
===(      78;24  0/?  0/? )=============================================
===(      79;25  1/?  0/?  0/? )========================================
_ [00:59:32] ==> t/Policy/Subroutines/require_arg_unpacking.t <===========================
_ ok     1186 ms
_ 
===(      79;25  0/?  0/? )=============================================
===(      80;25  1/?  0/?  0/? )========================================
_ [00:59:32] ==> t/Policy/TestingAndDebugging/prohibit_no_strict.t <======================
_ ok      742 ms
_ 
===(      80;25  0/?  0/? )=============================================
===(      81;25  1/?  0/?  0/? )========================================
_ [00:59:32] ==> t/Policy/TestingAndDebugging/prohibit_no_warnings.t <====================
_ ok      356 ms
_ 
===(      81;25  0/?  0/? )=============================================
===(      82;25  1/?  0/?  0/? )========================================
_ [00:59:32] ==> t/Policy/TestingAndDebugging/prohibit_prolonged_stricture_override.t <===
_ ok      331 ms
_ 
===(      82;25  0/?  0/? )=============================================
===(      83;26  0/?  1/?  0/? )========================================
_ [00:59:33] ==> t/Policy/TestingAndDebugging/require_use_strict.t <======================
_ ok      587 ms
_ 
===(      83;26  0/?  0/? )=============================================
===(      84;26  1/?  0/?  0/? )========================================
_ [00:59:33] ==> t/Policy/TestingAndDebugging/require_test_labels.t <=====================
_ ok      588 ms
_ 
===(      84;26  0/?  0/? )=============================================
===(      85;27  1/?  0/?  0/? )========================================
_ [00:59:34] ==> t/Policy/TestingAndDebugging/require_use_warnings.t <====================
_ ok     1149 ms
_ 
===(      85;27  0/?  0/? )=============================================
===(      86;27  0/?  1/?  0/? )========================================
_ [00:59:34] ==> t/Policy/ValuesAndExpressions/prohibit_complex_version.t <===============
_ ok      402 ms
_ 
===(      86;27  0/?  0/? )=============================================
===(      87;28  0/?  1/?  0/? )========================================
_ [00:59:35] ==> t/Policy/ValuesAndExpressions/prohibit_constant_pragma.t <===============
_ ok       76 ms
_ 
===(      87;28  0/?  0/? )=============================================
===(      88;28  1/?  0/?  0/? )========================================
_ [00:59:35] ==> t/Policy/ValuesAndExpressions/prohibit_comma_separated_statements.t <====
_ ok     1016 ms
_ 
===(      88;28  0/?  0/? )=============================================
===(      89;28  1/?  0/?  0/? )========================================
_ [00:59:35] ==> t/Policy/ValuesAndExpressions/prohibit_empty_quotes.t <==================
_ ok      204 ms
_ 
===(      89;28  0/?  0/? )=============================================
===(      90;28  1/?  0/?  0/? )========================================
_ [00:59:35] ==> t/Policy/ValuesAndExpressions/prohibit_escaped_characters.t <============
_ ok       73 ms
_ 
===(      90;28  0/?  0/? )=============================================
===(      91;28  1/?  0/?  0/? )========================================
_ [00:59:35] ==> t/Policy/ValuesAndExpressions/prohibit_implicit_newlines.t <=============
_ ok       61 ms
_ 
===(      91;28  0/?  0/? )=============================================
===(      92;29  0/?  0/?  1/? )========================================
_ [00:59:36] ==> t/Policy/ValuesAndExpressions/prohibit_long_chains_of_method_calls.t <===
_ ok      168 ms
_ 
===(      92;29  0/?  0/? )=============================================
===(      93;29  0/?  1/?  0/? )========================================
_ [00:59:36] ==> t/Policy/ValuesAndExpressions/prohibit_leading_zeros.t <=================
_ ok      696 ms
_ 
===(      93;29  0/?  0/? )=============================================
===(      94;30  0/?  1/?  0/? )========================================
_ [00:59:37] ==> t/Policy/ValuesAndExpressions/prohibit_mismatched_operators.t <==========
_ ok      147 ms
_ 
===(      94;30  0/?  0/? )=============================================
===(      95;30  1/?  0/?  0/? )========================================
_ [00:59:37] ==> t/Policy/ValuesAndExpressions/prohibit_interpolation_of_literals.t <=====
_ ok     1221 ms
_ 
===(      95;30  0/?  0/? )=============================================
===(      96;30  0/?  1/?  0/? )========================================
_ [00:59:37] ==> t/Policy/ValuesAndExpressions/prohibit_noisy_quotes.t <==================
_ ok      110 ms
_ 
===(      96;30  0/?  0/? )=============================================
===(      97;30  1/?  0/?  0/? )========================================
_ [00:59:37] ==> t/Policy/ValuesAndExpressions/prohibit_mixed_boolean_operators.t <=======
_ ok      330 ms
_ 
===(      97;30  0/?  0/? )=============================================
===(      98;31  1/?  0/?  0/? )========================================
_ [00:59:38] ==> t/Policy/ValuesAndExpressions/prohibit_special_heredoc_terminator.t <====
_ ok      201 ms
_ 
===(      98;31  0/?  0/? )=============================================
===(      99;31  1/?  0/?  0/? )========================================
_ [00:59:38] ==> t/Policy/ValuesAndExpressions/prohibit_version_strings.t <===============
_ ok      108 ms
_ 
===(      99;31  0/?  0/? )=============================================
===(     100;31  0/?  0/?  1/? )========================================
_ [00:59:38] ==> t/Policy/ValuesAndExpressions/require_upper_case_heredoc_terminator.t <==
_ ok      197 ms
_ 
===(     100;31  0/?  0/? )=============================================
===(     101;31  0/?  1/?  0/? )========================================
_ [00:59:38] ==> t/Policy/ValuesAndExpressions/require_number_separators.t <==============
_ ok      292 ms
_ 
===(     101;31  0/?  0/? )=============================================
===(     102;32  0/?  1/?  0/? )========================================
_ [00:59:39] ==> t/Policy/Variables/prohibit_augumented_assignment_in_declaration.t <=====
_ ok      424 ms
_ 
===(     102;32  0/?  0/? )=============================================
===(     103;32  1/?  0/?  0/? )========================================
_ [00:59:39] ==> t/Policy/ValuesAndExpressions/require_interpolation_of_metachars.t <=====
_ ok     1299 ms
_ 
===(     103;32  0/?  0/? )=============================================
===(     104;33  1/?  0/?  0/? )========================================
_ [00:59:40] ==> t/Policy/Variables/prohibit_conditional_declarations.t <=================
_ ok      940 ms
_ 
===(     104;33  0/?  0/? )=============================================
===(     105;33  0/?  1/?  0/? )========================================
_ [00:59:40] ==> t/Policy/Variables/prohibit_local_vars.t <===============================
_ ok       76 ms
_ 
===(     105;33  0/?  0/? )=============================================
===(     106;33  1/?  0/?  0/? )========================================
_ [00:59:40] ==> t/Policy/Variables/prohibit_evil_variables.t <===========================
_ ok      504 ms
_ 
===(     106;33  0/?  0/? )=============================================
===(     107;33  1/?  0/?  0/? )========================================
_ [00:59:40] ==> t/Policy/Variables/prohibit_match_vars.t <===============================
_ ok      296 ms
_ 
===(     107;33  0/?  0/? )=============================================
===(     108;34  1/?  0/?  0/? )========================================
_ [00:59:41] ==> t/Policy/Variables/prohibit_package_vars.t <=============================
_ ok      550 ms
_ 
===(     108;34  0/?  0/? )=============================================
===(     109;34  1/?  0/?  0/? )========================================
_ [00:59:41] ==> t/Policy/Variables/prohibit_perl4package_names.t <=======================
_ ok      575 ms
_ 
===(     109;34  0/?  0/? )=============================================
===(     110;34  1/?  0/? )=============================================
_ [00:59:41] ==> t/Policy/Variables/protect_private_vars.t <==============================
_ ok      102 ms
_ 
_ [00:59:41] ==> t/Policy/Variables/require_initialization_for_local_vars.t <=============
_ 
_ ok
_ ok       67 ms
_ [00:59:41]
_ All tests successful.
_ Files=111, Tests=111, 34 wallclock secs ( 0.50 usr  0.23 sys + 47.06 cusr  3.34 csys = 51.13 CPU)
_ Result: PASS
_ 2014-08-15T00:59:41 [INFO] [provide_method_to_lint_string] finished testing : 1
_ 2014-08-15T00:59:41 [INFO] [provide_method_to_lint_string] sending result to server at http://127.0.0.1:15000 (status: 1)