Skip to content

Commit 165aaa4

Browse files
coverage
1 parent 3a306f3 commit 165aaa4

28 files changed

+1386
-1370
lines changed

bootstrap.php

+4
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ function imap_getmailboxes($imap, $reference, $pattern)
427427
if (!function_exists('imap2_getmailboxes')) {
428428
function imap2_getmailboxes($imap, $reference, $pattern)
429429
{
430+
if (IMAP2_RETROFIT_MODE && is_resource($imap) && get_resource_type($imap) == 'imap') {
431+
return imap_getmailboxes($imap, $reference, $pattern);
432+
}
433+
430434
return Mailbox::getMailboxes($imap, $reference, $pattern);
431435
}
432436
}

docs/coverage/bootstrap.php.html

+14-14
Large diffs are not rendered by default.

docs/coverage/dashboard.html

+226-222
Large diffs are not rendered by default.

docs/coverage/index.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
<tr>
4444
<td class="danger">Total</td>
4545
<td class="danger big"> <div class="progress">
46-
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="31.46" aria-valuemin="0" aria-valuemax="100" style="width: 31.46%">
47-
<span class="sr-only">31.46% covered (danger)</span>
46+
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="30.07" aria-valuemin="0" aria-valuemax="100" style="width: 30.07%">
47+
<span class="sr-only">30.07% covered (danger)</span>
4848
</div>
4949
</div>
5050
</td>
51-
<td class="danger small"><div align="right">31.46%</div></td>
52-
<td class="danger small"><div align="right">1266&nbsp;/&nbsp;4024</div></td>
51+
<td class="danger small"><div align="right">30.07%</div></td>
52+
<td class="danger small"><div align="right">1210&nbsp;/&nbsp;4024</div></td>
5353
<td class="danger big"> <div class="progress">
54-
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="24.65" aria-valuemin="0" aria-valuemax="100" style="width: 24.65%">
55-
<span class="sr-only">24.65% covered (danger)</span>
54+
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="24.42" aria-valuemin="0" aria-valuemax="100" style="width: 24.42%">
55+
<span class="sr-only">24.42% covered (danger)</span>
5656
</div>
5757
</div>
5858
</td>
59-
<td class="danger small"><div align="right">24.65%</div></td>
60-
<td class="danger small"><div align="right">107&nbsp;/&nbsp;434</div></td>
59+
<td class="danger small"><div align="right">24.42%</div></td>
60+
<td class="danger small"><div align="right">106&nbsp;/&nbsp;434</div></td>
6161
<td class="danger big"> <div class="progress">
6262
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="5.26" aria-valuemin="0" aria-valuemax="100" style="width: 5.26%">
6363
<span class="sr-only">5.26% covered (danger)</span>
@@ -71,21 +71,21 @@
7171
<tr>
7272
<td class="danger"><span class="glyphicon glyphicon-folder-open"></span> <a href="src/index.html">src</a></td>
7373
<td class="danger big"> <div class="progress">
74-
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="30.53" aria-valuemin="0" aria-valuemax="100" style="width: 30.53%">
75-
<span class="sr-only">30.53% covered (danger)</span>
74+
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="29.07" aria-valuemin="0" aria-valuemax="100" style="width: 29.07%">
75+
<span class="sr-only">29.07% covered (danger)</span>
7676
</div>
7777
</div>
7878
</td>
79-
<td class="danger small"><div align="right">30.53%</div></td>
80-
<td class="danger small"><div align="right">1170&nbsp;/&nbsp;3832</div></td>
79+
<td class="danger small"><div align="right">29.07%</div></td>
80+
<td class="danger small"><div align="right">1114&nbsp;/&nbsp;3832</div></td>
8181
<td class="danger big"> <div class="progress">
82-
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="18.66" aria-valuemin="0" aria-valuemax="100" style="width: 18.66%">
83-
<span class="sr-only">18.66% covered (danger)</span>
82+
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="18.31" aria-valuemin="0" aria-valuemax="100" style="width: 18.31%">
83+
<span class="sr-only">18.31% covered (danger)</span>
8484
</div>
8585
</div>
8686
</td>
87-
<td class="danger small"><div align="right">18.66%</div></td>
88-
<td class="danger small"><div align="right">53&nbsp;/&nbsp;284</div></td>
87+
<td class="danger small"><div align="right">18.31%</div></td>
88+
<td class="danger small"><div align="right">52&nbsp;/&nbsp;284</div></td>
8989
<td class="danger big"> <div class="progress">
9090
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="5.26" aria-valuemin="0" aria-valuemax="100" style="width: 5.26%">
9191
<span class="sr-only">5.26% covered (danger)</span>
@@ -131,7 +131,7 @@ <h4>Legend</h4>
131131
<span class="success"><strong>High</strong>: 90% to 100%</span>
132132
</p>
133133
<p>
134-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:20:27 UTC 2022.</small>
134+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:29:41 UTC 2022.</small>
135135
</p>
136136
</footer>
137137
</div>

docs/coverage/src/Acl.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h4>Legend</h4>
105105
<span class="warning"><strong>Dead Code</strong></span>
106106
</p>
107107
<p>
108-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:20:27 UTC 2022.</small>
108+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:29:41 UTC 2022.</small>
109109
</p>
110110
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
111111
</footer>

docs/coverage/src/BodyStructure.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h4>Legend</h4>
354354
<span class="warning"><strong>Dead Code</strong></span>
355355
</p>
356356
<p>
357-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:20:27 UTC 2022.</small>
357+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:29:41 UTC 2022.</small>
358358
</p>
359359
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
360360
</footer>

docs/coverage/src/Charset.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ <h4>Legend</h4>
12171217
<span class="warning"><strong>Dead Code</strong></span>
12181218
</p>
12191219
<p>
1220-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:20:27 UTC 2022.</small>
1220+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.2</a> using <a href="https://secure.php.net/" target="_top">PHP 7.0.33</a> with <a href="https://xdebug.org/">Xdebug 2.7.2</a> and <a href="https://phpunit.de/">PHPUnit 6.5.14</a> at Mon May 16 16:29:41 UTC 2022.</small>
12211221
</p>
12221222
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
12231223
</footer>

0 commit comments

Comments
 (0)