Skip to content

Commit

Permalink
dart/phone-number: 1st iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Aug 3, 2023
1 parent f6fbf44 commit 8d44f21
Show file tree
Hide file tree
Showing 38 changed files with 5,092 additions and 2 deletions.
1 change: 1 addition & 0 deletions dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
- [anagram](./anagram/README.md)
- [rna-transcription](./rna-transcription/README.md)
- [triangle](./triangle/README.md)
- [phone-number](./phone-number/README.md)
7 changes: 6 additions & 1 deletion dart/phone-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@ dynamic hello(int a){
### Based on
Exercise by the JumpstartLab team for students at The Turing School of Software and Design. - https://turing.edu
Exercise by the JumpstartLab team for students at The Turing School of Software and Design. - https://turing.edu
### My Solution
- [my solution](./lib/phone_number.dart)
- [run-tests](./run-tests-dart.txt)
1 change: 1 addition & 0 deletions dart/phone-number/coverage/coverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"CodeCoverage","coverage":[{"source":"package:phone_number/phone_number.dart","script":{"type":"@Script","fixedId":true,"id":"libraries/1/scripts/package%3Aphone_number%2Fphone_number.dart","uri":"package:phone_number/phone_number.dart","_kind":"library"},"hits":[5,1,6,1,7,1,9,2,13,2,17,2,21,2,25,2,29,2,33,2,37,2,41,2,45,2,10,0,14,0,18,0,22,0,26,0,30,0,34,0,38,0,42,0,46,0]}]}
27 changes: 27 additions & 0 deletions dart/phone-number/coverage/lcov.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
SF:/home/vpayno/git_vpayno/exercism-workspace/dart/phone-number/lib/phone_number.dart
DA:5,2
DA:6,2
DA:7,2
DA:9,4
DA:10,1
DA:13,4
DA:14,0
DA:17,4
DA:18,1
DA:21,4
DA:22,1
DA:25,6
DA:26,1
DA:29,4
DA:30,1
DA:33,4
DA:34,0
DA:37,4
DA:38,0
DA:41,4
DA:42,1
DA:45,4
DA:46,1
LF:23
LH:20
end_of_record
Binary file added dart/phone-number/coverage/report/amber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dart/phone-number/coverage/report/emerald.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8d44f21

Please sign in to comment.