• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

azjezz / psl / 23100499149

15 Mar 2026 01:19AM UTC coverage: 95.628% (-2.8%) from 98.421%
23100499149

push

github

web-flow
feat(encoding): introduce streaming IO handles for Base64, QuotedPrintable, and Hex (#629)

479 of 797 new or added lines in 13 files covered. (60.1%)

10455 of 10933 relevant lines covered (95.63%)

32.64 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Psl/Encoding/Base64/constants.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Psl\Encoding\Base64;
6

7
/**
8
 * Number of raw bytes per base64-encoded line (57 bytes encode to 76 characters).
9
 */
NEW
10
const CHUNK_SIZE = 57;
×
11

12
/**
13
 * Line ending used in base64-encoded output.
14
 */
NEW
15
const LINE_ENDING = "\r\n";
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc