Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 0fee4d6

Browse files
chore(release): 2.6.1 [skip ci]
## [2.6.1](v2.6.0...v2.6.1) (2020-05-12) ### Bug Fixes * **messaging:** return a specific error template in case code or description are missing ([f519750](f519750))
1 parent f519750 commit 0fee4d6

File tree

79 files changed

+1196
-1180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1196
-1180
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.6.1](https://github.com/hexonet/perl-sdk/compare/v2.6.0...v2.6.1) (2020-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **messaging:** return a specific error template in case code or description are missing ([f519750](https://github.com/hexonet/perl-sdk/commit/f5197508a73d25db15c11829275db984ce7a00a4))
7+
18
# [2.6.0](https://github.com/hexonet/perl-sdk/compare/v2.5.0...v2.6.0) (2020-05-12)
29

310

37.7 KB
Binary file not shown.

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--branch.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.30
7-
Devel::Cover is copyright 2001-2017, Paul Johnson (paul@pjcj.net)
6+
This file was generated by Devel::Cover Version 1.33
7+
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net
@@ -25,7 +25,7 @@ <h1>Branch Coverage</h1>
2525
<div><br/></div>
2626
<table>
2727
<tr><th>line</th><th>%</th><th colspan="2">coverage</th><th>branch</th></tr>
28-
<tr><td class="h"><a id="L60">60</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd eq &#39;HASH&#39;)</td></tr>
28+
<tr><td class="h"><a id="L60">60</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd eq &quot;HASH&quot;)</td></tr>
2929
<tr><td class="h"><a id="L62">62</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (defined $cmd-&gt;{$key})</td></tr>
3030
<tr><td class="h"><a id="L70">70</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (utf8::is_utf8($tmp))</td></tr>
3131
<tr><td class="h"><a id="L81">81</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (length $sessid)</td></tr>
@@ -49,7 +49,7 @@ <h1>Branch Coverage</h1>
4949
<tr><td class="h"><a id="L331">331</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (defined $mycmd-&gt;{&#39;FIRST&#39;})</td></tr>
5050
<tr><td class="h"><a id="L337">337</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if ($first &lt; $total)</td></tr>
5151
<tr><td class="h"><a id="L409">409</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if ($newkey ne $key)</td></tr>
52-
<tr><td class="h"><a id="L412">412</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd-&gt;{$newkey} eq &#39;ARRAY&#39;)</td></tr>
52+
<tr><td class="h"><a id="L412">412</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (ref $cmd-&gt;{$newkey} eq &quot;ARRAY&quot;)</td></tr>
5353
<tr><td class="h"><a id="L429">429</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if ($cmd-&gt;{&#39;COMMAND&#39;} =~ /^CONVERTIDN$/imsux)</td></tr>
5454
<tr><td class="h"><a id="L433">433</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if (scalar @keys == 0)</td></tr>
5555
<tr><td class="h"><a id="L440">440</a></td><td class="c3">100</td><td class="c3">T</td><td class="c3">F</td><td class="s">if ($val =~ /[^[:lower:]\d. -]/imsux)</td></tr>

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--condition.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.30
7-
Devel::Cover is copyright 2001-2017, Paul Johnson (paul@pjcj.net)
6+
This file was generated by Devel::Cover Version 1.33
7+
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm--subroutine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.30
7-
Devel::Cover is copyright 2001-2017, Paul Johnson (paul@pjcj.net)
6+
This file was generated by Devel::Cover Version 1.33
7+
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

cover_db/blib-lib-WebService-Hexonet-Connector-APIClient-pm.html

Lines changed: 391 additions & 391 deletions
Large diffs are not rendered by default.

cover_db/blib-lib-WebService-Hexonet-Connector-Column-pm--branch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.30
7-
Devel::Cover is copyright 2001-2017, Paul Johnson (paul@pjcj.net)
6+
This file was generated by Devel::Cover Version 1.33
7+
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

cover_db/blib-lib-WebService-Hexonet-Connector-Column-pm--subroutine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<!--
6-
This file was generated by Devel::Cover Version 1.30
7-
Devel::Cover is copyright 2001-2017, Paul Johnson (paul@pjcj.net)
6+
This file was generated by Devel::Cover Version 1.33
7+
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
88
Devel::Cover is free. It is licensed under the same terms as Perl itself.
99
The latest version of Devel::Cover should be available from my homepage:
1010
http://www.pjcj.net

0 commit comments

Comments
 (0)